1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix badge icon CSS

This commit is contained in:
Jeremy Stretch
2020-11-17 13:38:19 -05:00
parent c1c4f28f29
commit 5b9e1b04dc

View File

@ -455,3 +455,9 @@ textarea {
top: 3px;
left: -3px
}
.badge .mdi::before {
font-size: 12px;
left: 0;
line-height: 12px;
top: 0;
}