mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Fixes #15619: Enforce a minimum width for progress bars
This commit is contained in:
parent
99fe63569d
commit
ccca0580f7
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -9,3 +9,8 @@ html {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
// Enforce a minimum width for progress bars
|
||||
.progress {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user