Skip to content

Commit 5ee6d41

Browse files
committed
Fix: Visual overflow of buttons in a dropdown in IE11
- https://datatables.net/forums/discussion/comment/143182#Comment_143182
1 parent 10bc521 commit 5ee6d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/buttons.jqueryui.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ div.dt-button-collection {
4949
left: 0;
5050
right: 0;
5151
width: 100%;
52+
box-sizing: border-box;
5253

5354
display: block;
5455
float: none;

0 commit comments

Comments
 (0)