mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 07:51:51 -05:00
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