Skip to content

Commit

Permalink
Fixes #15619: Enforce a minimum width for progress bars
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Apr 5, 2024
1 parent 0abd094 commit adb718f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/project-static/dist/netbox.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions netbox/project-static/styles/overrides/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ html {
position: static;
}
}

// Enforce a minimum width for progress bars
.progress {
min-width: 80px;
}

0 comments on commit adb718f

Please sign in to comment.