浏览代码

#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,

部分文件因为文件数量过多而无法显示