Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 4 select design and buttons #177

Open
fklee opened this issue Oct 12, 2020 · 1 comment
Open

Bootstrap 4 select design and buttons #177

fklee opened this issue Oct 12, 2020 · 1 comment

Comments

@fklee
Copy link

fklee commented Oct 12, 2020

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.

@aemini
Copy link

aemini commented Jan 28, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants