mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Fix hidden relaunch dropdown in new lists.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.at-Layout {
|
.at-Layout {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&-topNav {
|
&-topNav {
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user