Fix Firefox labels bug

This commit is contained in:
Marliana Lara 2018-11-02 17:31:47 -04:00
parent edda4bb265
commit 2ae8583a86
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 2 additions and 1 deletions

View File

@ -190,6 +190,7 @@
padding: @at-padding-list-row-item-tag;
line-height: @at-line-height-list-row-item-tag;
word-break: keep-all;
display: inline-flex;
}
.at-RowItem-tag--primary {

View File

@ -323,7 +323,7 @@
@at-highlight-left-border-margin-makeup: -5px;
@at-z-index-nav: 1040;
@at-z-index-side-nav: 1030;
@at-line-height-list-row-item-tag: 22px;
@at-line-height-list-row-item-tag: 14px;
// 6. Breakpoints ---------------------------------------------------------------------------------