Przeglądaj źródła

#6372: Shrink small buttons when inside a table

checktheroads 4 lat temu
rodzic
commit
e12fef7828

Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox-dark.css.map


Plik diff jest za duży
+ 0 - 0
netbox/project-static/dist/netbox-light.css


Plik diff jest za duży
+ 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.
         // Ensure checkboxes aren't too small inside object tables.
         font-size: $font-size-base;
         font-size: $font-size-base;
       }
       }
+      & .btn-sm {
+        line-height: $line-height-xs;
+      }
     }
     }
     &.attr-table {
     &.attr-table {
       td,
       td,

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików