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