Bootstrap 5 - Buttons vs StateRestore - 200px button width
Bootstrap 5 - Buttons vs StateRestore - 200px button width
mattreba
Posts: 13Questions: 4Answers: 0
The following rule in buttons.bootstrap5.min.css is forcing the dropdown toggle button within the Saved States sub-menu to a width of 200px.
div.dt-button-collection .dt-button {
min-width: 200px;
}
I found this using the current release of Buttons and StateRestore but also repro'ed with nightlies:
http://live.datatables.net/hetehubi/1/edit?html,js,output
This question has an accepted answers - jump to answer
Answers
Many thanks for pointing that out! I've committed a fix which will be in the nightly soon.
Allan
Confirmed working.