Merge pull request #2052 from jlmitch5/fixInstancesList

instance list fixes
This commit is contained in:
John Mitchell
2018-06-11 10:05:21 -04:00
committed by GitHub
4 changed files with 16 additions and 2 deletions

View File

@@ -263,6 +263,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;