mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Fix icon padding inside small buttons
This commit is contained in:
parent
5f2fe978aa
commit
39c0e68864
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -3,3 +3,9 @@
|
||||
.mdi {
|
||||
padding-right: 4px;
|
||||
}
|
||||
// Omit padding inside small buttons (no text)
|
||||
.btn-sm {
|
||||
.mdi {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user