Răsfoiți Sursa

#6372: Utilization graph columns should have a minimum width

checktheroads 5 ani în urmă
părinte
comite
616a598940

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
netbox/project-static/dist/netbox-dark.css.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
netbox/project-static/dist/netbox-light.css


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
netbox/project-static/dist/netbox-light.css.map


+ 5 - 0
netbox/project-static/netbox.scss

@@ -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);

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff