Parcourir la source

#6372: Utilization graph columns should have a minimum width

checktheroads il y a 4 ans
Parent
commit
616a598940

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
netbox/project-static/dist/netbox-dark.css.map


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
netbox/project-static/dist/netbox-light.css


Fichier diff supprimé car celui-ci est trop grand
+ 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);

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff