Kaynağa Gözat

#6372: Utilization graph columns should have a minimum width

checktheroads 4 yıl önce
ebeveyn
işleme
616a598940

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
netbox/project-static/dist/netbox-dark.css.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
netbox/project-static/dist/netbox-light.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 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 {
 body {
   background-color: var(--nbx-body-bg);
   background-color: var(--nbx-body-bg);
   color: var(--nbx-body-color);
   color: var(--nbx-body-color);

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor