Skip to content

Commit

Permalink
Fixed margin below table_tool when bulk-action button is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurchui committed Nov 14, 2012
1 parent c092d36 commit a197112
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.table_tools {
display: block;
margin-bottom: 14px;
margin-bottom: 16px;
width: 100%;
height: 20px;
}

.table_tools {
Expand Down

0 comments on commit a197112

Please sign in to comment.