Skip to content

Commit

Permalink
c6e41cb68eb827a34f0db19f665cdffd77d52069 Dev fix: Bootstrap buttons n…
Browse files Browse the repository at this point in the history
…eed a min-width

Sync to source repo @c6e41cb68eb827a34f0db19f665cdffd77d52069
  • Loading branch information
AllanJard committed Jan 20, 2022
1 parent b533cc1 commit 455c0f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/buttons.bootstrap4.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ div.dt-button-collection {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
padding: 0.5rem 0;
max-width: none;
min-width: 200px;
}
div.dt-button-collection div.dropdown-menu {
position: relative;
Expand Down Expand Up @@ -269,6 +270,9 @@ div.dt-button-collection.columns.dtb-b1 .dt-button {
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
display: none;
}
div.dt-button-collection .dt-button {
min-width: 200px;
}
div.dt-button-collection div.dt-btn-split-wrapper {
width: 100%;
padding-left: 5px;
Expand Down
2 changes: 1 addition & 1 deletion css/buttons.bootstrap4.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datatables.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.2.1",
"last-sync": "25267d197383cd1057bbcf069d34e7e755b9d588"
"last-sync": "c6e41cb68eb827a34f0db19f665cdffd77d52069"
}

0 comments on commit 455c0f0

Please sign in to comment.