1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

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
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94
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;

View File

@ -247,6 +247,7 @@
@at-padding-list-row-item-tag: 0 @at-space-2x;
@at-padding-list-row-action: 7px;
@at-padding-list-row: 10px 20px 10px 10px;
@at-padding-bottom-instances-wrap: 30px;
@at-margin-input-message: @at-space;
@at-margin-item-column: @at-space-3x;
@ -332,3 +333,4 @@
@at-breakpoint-mobile-layout: @at-breakpoint-sm;
@at-breakpoint-compact-list: @at-breakpoint-sm;
@at-breakpoint-instances-wrap: 1036px;

View File

@ -58,7 +58,7 @@
</div>
</div>
<div class="at-Row-items">
<div class="at-Row-items at-Row-items--instances">
<at-row-item header-value="{{ instance.hostname }}"></at-row-item>
<at-row-item
label-value="Running Jobs"