ソースを参照

line-height with percentage seems to behave weirdly in IE

Ryan 4 年 前
コミット
6eab10b0ba

+ 2 - 1
build/scss/_info-box.scss

@@ -45,8 +45,9 @@
     display: flex;
     flex-direction: column;
     justify-content: center;
+    line-height: 1.8;
     flex: 1;
-    padding: 5px 10px;
+    padding: 0 10px;
   }
 
   .info-box-number {

+ 2 - 1
dist/css/adminlte.css

@@ -19530,9 +19530,10 @@ html.maximized-card {
   flex-direction: column;
   -ms-flex-pack: center;
   justify-content: center;
+  line-height: 1.8;
   -ms-flex: 1;
   flex: 1;
-  padding: 5px 10px;
+  padding: 0 10px;
 }
 
 .info-box .info-box-number {

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/css/adminlte.css.map


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/css/adminlte.min.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/css/adminlte.min.css.map


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません