Merge pull request #2328 from jlmitch5/fixTemplateTagWrapping

Fix template tag wrapping
This commit is contained in:
John Mitchell 2018-06-27 11:05:45 -04:00 committed by GitHub
commit 3e951a5598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -388,7 +388,7 @@ table, tbody {
}
.List-staticColumn--mediumStatus {
width: 51px;
width: 52px;
padding-right: 0px!important;
}

View File

@ -133,6 +133,8 @@
grid-template-columns: 120px 1fr;
align-items: center;
line-height: @at-height-list-row-item;
word-wrap: break-word;
word-break: break-all;
}
.at-RowItem-status {
@ -184,6 +186,7 @@
margin: @at-space;
padding: @at-padding-list-row-item-tag;
line-height: @at-line-height-list-row-item-tag;
word-break: keep-all;
}
.at-RowItem-tag--primary {
@ -192,7 +195,6 @@
}
.at-RowItem-tag--header {
height: @at-height-list-row-item-tag;
line-height: inherit;
}

View File

@ -244,7 +244,7 @@
@at-padding-footer-right: @at-space-4x;
@at-padding-footer-bottom: @at-space-4x;
@at-padding-list-empty: @at-space-2x;
@at-padding-list-row-item-tag: 0 @at-space-2x;
@at-padding-list-row-item-tag: 3px 9px;
@at-padding-list-row-action: 7px;
@at-padding-list-row: 10px 20px 10px 10px;
@at-padding-bottom-instances-wrap: 30px;
@ -295,7 +295,6 @@
@at-height-list-empty: 200px;
@at-height-toolbar-action: 30px;
@at-height-list-row-item: 27px;
@at-height-list-row-item-tag: 15px;
@at-height-list-row-action: 30px;
@at-height-side-nav-toggle-mobile: 40px;