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
2 changed files with 1 additions and 5 deletions

View File

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

View File

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