#6372: Utilization graph columns should have a minimum width

This commit is contained in:
checktheroads 2021-05-07 16:57:38 -07:00
parent 5fc6c700f8
commit 057b0caf82
5 changed files with 7 additions and 2 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -72,6 +72,11 @@
}
}
// Ensure progress bars (utilization graph) in tables aren't too narrow to display the percentage.
table td > .progress {
min-width: 6rem;
}
body {
background-color: var(--nbx-body-bg);
color: var(--nbx-body-color);