Skip to content

Commit

Permalink
2225456a4fd67ccf3f8c59727e5f164b5b04f1db Fix: Bootstrap 4 and 5's act…
Browse files Browse the repository at this point in the history
…ive button state in a dropdown had the arrow incorrectly positioned in the middle of the whole dropdown

https://datatables.net/forums/discussion/76671

Sync to source repo @2225456a4fd67ccf3f8c59727e5f164b5b04f1db
  • Loading branch information
AllanJard committed Jul 6, 2023
1 parent 7cfa49e commit 7da7c9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions css/buttons.bootstrap5.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ div.dt-buttons div.btn-group {
div.dt-buttons div.dropdown-menu {
margin-top: 4px;
}
div.dt-buttons div.dropdown-menu .dt-button {
position: relative;
}
div.dt-buttons div.dropdown-menu div.dt-button-split {
display: flex;
flex-direction: row;
Expand Down
2 changes: 1 addition & 1 deletion css/buttons.bootstrap5.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 @@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/Buttons",
"last-tag": "2.4.0",
"last-sync": "6d5c5320d439d7d2623429f01f54c8e7a620edcd"
"last-sync": "2225456a4fd67ccf3f8c59727e5f164b5b04f1db"
}

0 comments on commit 7da7c9c

Please sign in to comment.