ソースを参照

Fixed checkbox style display bug (#4515)

文翼 6 年 前
コミット
b90baf095d
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/themes/theme.scss

+ 4 - 0
src/themes/theme.scss

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