ソースを参照

fix dropdown button alignment

dimbslmh 7 年 前
コミット
d5fee2d083
1 ファイル変更5 行追加2 行削除
  1. 5 2
      src/themes/bulma/bootstrap-table-bulma.scss

+ 5 - 2
src/themes/bulma/bootstrap-table-bulma.scss

@@ -27,9 +27,12 @@
 
     .button.dropdown {
       padding: 0;
-      margin: 0;
       border: 0;
-
+      
+      .button {
+        margin: 0;
+      }
+      
       &:not(:first-child) .button {
         border-bottom-left-radius: 0;
         border-top-left-radius: 0;