mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
fix wrapping issue for instances list
This commit is contained in:
@@ -262,6 +262,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: @at-breakpoint-instances-wrap) {
|
||||
.at-Row-items--instances {
|
||||
margin-bottom: @at-padding-bottom-instances-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: @at-breakpoint-compact-list) {
|
||||
.at-Row-actions {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user