瀏覽代碼

#6372: Shrink small buttons when inside a table

checktheroads 4 年之前
父節點
當前提交
e12fef7828

文件差異過大導致無法顯示
+ 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


+ 3 - 0
netbox/project-static/netbox.scss

@@ -190,6 +190,9 @@ body {
         // Ensure checkboxes aren't too small inside object tables.
         font-size: $font-size-base;
       }
+      & .btn-sm {
+        line-height: $line-height-xs;
+      }
     }
     &.attr-table {
       td,

部分文件因文件數量過多而無法顯示