Fix hidden relaunch dropdown in new lists.

This commit is contained in:
kialam 2019-02-20 10:05:21 -05:00
parent 2596ad26b9
commit 728fb1aaef
No known key found for this signature in database
GPG Key ID: 2D0E60E4B8C7EA0F
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.at-Layout {
min-height: 100vh;
width: 100vw;
width: 100%;
display: flex;
&-topNav {

View File

@ -114,7 +114,6 @@
.at-Row {
display: grid;
grid-template-columns: 10px 1fr;
overflow: hidden;
}
.at-Row--collapsed {
@ -360,9 +359,6 @@
}
@media screen and (max-width: @at-breakpoint-compact-list) {
.at-Row--collapsed {
max-height: 60px;
}
.at-Row-actions {
align-items: center;
}