ソースを参照

Merge pull request #4658 from wenzhixin/fix/checkbox

Fixed checkbox and not-found td style errors
Dustin Utecht 6 年 前
コミット
8b6c91d0f6
1 ファイル変更6 行追加6 行削除
  1. 6 6
      src/themes/theme.scss

+ 6 - 6
src/themes/theme.scss

@@ -125,7 +125,7 @@
           background-color: $hover-bg;
         }
 
-        &.no-records-found {
+        &.no-records-found td {
           text-align: center;
         }
 
@@ -146,12 +146,12 @@
 
         label {
           margin-bottom: 0;
-        }
-      }
 
-      input[type="radio"],
-      input[type="checkbox"] {
-        margin: 0 auto !important;
+          input[type="radio"],
+          input[type="checkbox"] {
+            margin: 0 auto !important;
+          }
+        }
       }
 
       &.table-sm .th-inner {