You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select elements should have "form-control" class to have bootstrap 4 design. Maybe button could have btn-block to full width design, but not float right.
The text was updated successfully, but these errors were encountered:
@fklee you can add this css for full width buttons: .btn-group.buttons { display: flex; } .buttons .btn { flex: 1; }
It tested by Bootstrap 5.1.3 and work fine.
For bootstrap 4 design,
Select elements should have "form-control" class to have bootstrap 4 design. Maybe button could have btn-block to full width design, but not float right.
The text was updated successfully, but these errors were encountered: