mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 13:08:16 -06:00
Change .color-block to display: inline-block
This commit is contained in:
parent
48b3ad17b7
commit
a55460bee7
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// Color labels
|
// Color labels
|
||||||
span.color-label {
|
span.color-label {
|
||||||
display: block;
|
display: inline-block;
|
||||||
width: 5rem;
|
width: 5rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
padding: $badge-padding-y $badge-padding-x;
|
padding: $badge-padding-y $badge-padding-x;
|
||||||
|
Loading…
Reference in New Issue
Block a user