mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #15619: Enforce a minimum width for progress bars
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -9,3 +9,8 @@ html {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
// Enforce a minimum width for progress bars
|
||||
.progress {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user