Browse Source

use display flex to prevent break line to table header

Dustin Utecht 6 years ago
parent
commit
21345e3f52
1 changed files with 9 additions and 5 deletions
  1. 9 5
      src/themes/theme.scss

+ 9 - 5
src/themes/theme.scss

@@ -221,11 +221,15 @@
           text-align: center;
         }
 
-        .card-view .card-view-title {
-          font-weight: bold;
-          display: inline-block;
-          min-width: 30%;
-          text-align: left !important;
+        .card-view{
+          display: flex;
+
+          .card-view-title {
+            font-weight: bold;
+            display: inline-block;
+            min-width: 30%;
+            text-align: left !important;
+          }
         }
       }