fix wrapping issue for instances list

This commit is contained in:
John Mitchell
2018-06-04 17:36:30 -04:00
parent d2858e2d0e
commit 5c874c6b3d
3 changed files with 9 additions and 1 deletions

View File

@@ -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;