Kaynağa Gözat

#6797: Fix <small/> element font-size

checktheroads 5 yıl önce
ebeveyn
işleme
e1cc00ad17

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
netbox/project-static/dist/netbox-dark.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
netbox/project-static/dist/netbox-light.css


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

@@ -89,6 +89,11 @@
   opacity: 1 !important;
 }
 
+// Force <small/> elements to make text smaller.
+small {
+  font-size: smaller !important;
+}
+
 // Automatically space out adjacent columns.
 .col:not(:last-child):not(:only-child) {
   margin-bottom: $spacer;

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor