Browse Source

fix(css): fix #2208, dropdown-menu style bug

zhixin 9 years ago
parent
commit
655f7043d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.css

+ 1 - 1
src/bootstrap-table.css

@@ -285,7 +285,7 @@
     padding: 0 !important;
 }
 
-.pull-right .dropdown-menu {
+.bootstrap-table .pull-right .dropdown-menu {
     right: 0;
     left: auto;
 }