Add max-width so long badges don't force short badges to truncate

This commit is contained in:
Kris 2019-02-06 20:51:54 -05:00
parent 94f8c4ecac
commit 984f1d96b0
1 changed files with 1 additions and 0 deletions

View File

@ -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;