ソースを参照

#6372: Utilization graph columns should have a minimum width

checktheroads 5 年 前
コミット
616a598940

ファイルの差分が大きいため隠しています
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


ファイルの差分が大きいため隠しています
+ 0 - 0
netbox/project-static/dist/netbox-dark.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
netbox/project-static/dist/netbox-light.css


ファイルの差分が大きいため隠しています
+ 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);

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません