mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
Spiffier UI: Label pills (#1660)
This commit is contained in:
parent
b2c7faf251
commit
e8aae0dd25
2 changed files with 2 additions and 0 deletions
1
changes/1660-spiffier-pills-admin-role
Normal file
1
changes/1660-spiffier-pills-admin-role
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix: Label pills to not wrap
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue