ソースを参照

fix sidebar icon line height

huaisianhuang 4 年 前
コミット
9bf0e8982b
1 ファイル変更4 行追加0 行削除
  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;
+}