ソースを参照

Merge pull request #5606 from wenzhixin/fix/5502

Fixed td width bug using card view
Dustin Utecht 4 年 前
コミット
122ae26243
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/themes/_theme.scss

+ 2 - 1
src/themes/_theme.scss

@@ -136,11 +136,12 @@
             font-weight: bold;
             display: inline-block;
             min-width: 30%;
+            width: auto !important;
             text-align: left !important;
           }
 
           .card-view-value {
-            width: 100%;
+            width: 100% !important;
           }
         }
       }