Skip to content

Commit

Permalink
Fix Bootstrap 3, issues paulkinzett#43
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxicode committed Apr 1, 2016
1 parent 6ba6e2a commit 7b87b48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jquery.toolbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.tool-container, .tool-item, .btn-toolbar {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.btn-toolbar {
background: #364347;
width: 20px;
Expand Down

0 comments on commit 7b87b48

Please sign in to comment.