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 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

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;