Explorar el Código

Fix badge icon CSS

Jeremy Stretch hace 5 años
padre
commit
5b9e1b04dc
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      netbox/project-static/css/base.css

+ 6 - 0
netbox/project-static/css/base.css

@@ -455,3 +455,9 @@ textarea {
     top: 3px;
     left: -3px
 }
+.badge .mdi::before {
+    font-size: 12px;
+    left: 0;
+    line-height: 12px;
+    top: 0;
+}