Spiffier UI: Label pills (#1660)

This commit is contained in:
RachelElysia 2021-08-13 17:34:04 -04:00 committed by GitHub
parent b2c7faf251
commit e8aae0dd25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Fix: Label pills to not wrap

View file

@ -102,6 +102,7 @@ $base-class: "button";
font-size: $xx-small;
padding: $pad-xsmall 10px;
height: 24px;
white-space: nowrap;
&:active {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);