Bootstrap 5 - Buttons vs StateRestore - 200px button width

Bootstrap 5 - Buttons vs StateRestore - 200px button width

mattrebamattreba 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

  • allanallan Posts: 63,236Questions: 1Answers: 10,418 Site admin
    edited March 2022 Answer ✓

    Many thanks for pointing that out! I've committed a fix which will be in the nightly soon.

    Allan

  • mattrebamattreba Posts: 13Questions: 4Answers: 0

    Confirmed working.

Sign In or Register to comment.