Add max-width so long badges don't force short badges to truncate
This commit is contained in:
parent
94f8c4ecac
commit
984f1d96b0
|
@ -294,6 +294,7 @@ $user_card_background: $secondary;
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin-right: 0.5em;
|
||||
max-width: 150px;
|
||||
background: $primary-very-low;
|
||||
border: 1px solid $primary-low;
|
||||
color: $user_card_primary;
|
||||
|
|
Loading…
Reference in New Issue