Skip to content

Commit

Permalink
b341f71093b1c0bda60c1ff4cbaac117f88c33f3 Update: Migrating to Fomanti…
Browse files Browse the repository at this point in the history
…c-UI, which is a maintained fork of Semantic-UI, which is no longer being developed

8e3213a73816dd318d7bc0fe749df3a65ceddc76 Dev fix: BS4/5 buttons when working with nested groups weren't aligning correctly

Sync to source repo @8e3213a73816dd318d7bc0fe749df3a65ceddc76
  • Loading branch information
AllanJard committed Jan 21, 2022
1 parent 2c031c1 commit 57a95e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions css/buttons.bootstrap4.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ div.dt-button-collection {
border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
padding: 0.5rem 0;
max-width: none;
min-width: 200px;
width: 200px;
}
div.dt-button-collection div.dropdown-menu {
position: relative;
Expand Down Expand Up @@ -270,6 +269,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 .btn-group {
flex: 1 1 auto;
}
div.dt-button-collection .dt-button {
min-width: 200px;
}
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": "4704bb337c7649a40dd5fbf692c392a3e95b883d"
"last-sync": "8e3213a73816dd318d7bc0fe749df3a65ceddc76"
}

0 comments on commit 57a95e0

Please sign in to comment.