浏览代码

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;