mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-27 07:37:45 -06:00
Fixes #15619: Enforce a minimum width for progress bars
This commit is contained in:
@@ -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