Jelajahi Sumber

#6372: Utilization graph columns should have a minimum width

checktheroads 5 tahun lalu
induk
melakukan
616a598940

File diff ditekan karena terlalu besar
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


File diff ditekan karena terlalu besar
+ 0 - 0
netbox/project-static/dist/netbox-dark.css.map


File diff ditekan karena terlalu besar
+ 0 - 0
netbox/project-static/dist/netbox-light.css


File diff ditekan karena terlalu besar
+ 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);

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini