Explorar el Código

fix sidebar icon line height

huaisianhuang hace 4 años
padre
commit
38f546ec99
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      backstage/static/styles/main.css

+ 4 - 0
backstage/static/styles/main.css

@@ -398,3 +398,7 @@ textarea {
   vertical-align: middle;
   text-align: center;
 }
+
+.list-group-item i {
+  line-height: 26px;
+}