Browse Source

Fixed checkbox style display bug (#4515)

文翼 6 years ago
parent
commit
b90baf095d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/themes/theme.scss

+ 4 - 0
src/themes/theme.scss

@@ -143,6 +143,10 @@
 
       .bs-checkbox {
         text-align: center;
+
+        label {
+          margin-bottom: 0;
+        }
       }
 
       input[type="radio"],