Change .color-block to display: inline-block

This commit is contained in:
Jeremy Stretch 2024-02-09 15:45:25 -05:00
parent 48b3ad17b7
commit a55460bee7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -2,7 +2,7 @@
// Color labels
span.color-label {
display: block;
display: inline-block;
width: 5rem;
height: 1rem;
padding: $badge-padding-y $badge-padding-x;