ソースを参照

Fixes #15619: Enforce a minimum width for progress bars

Jeremy Stretch 2 年 前
コミット
ccca0580f7

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


+ 5 - 0
netbox/project-static/styles/overrides/_bootstrap.scss

@@ -9,3 +9,8 @@ html {
     position: static;
   }
 }
+
+// Enforce a minimum width for progress bars
+.progress {
+  min-width: 80px;
+}

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