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

v4: justified button groups #19918

Closed
bellwood opened this issue May 16, 2016 · 3 comments
Closed

v4: justified button groups #19918

bellwood opened this issue May 16, 2016 · 3 comments
Labels

Comments

@bellwood
Copy link

bellwood commented May 16, 2016

Doesn't appear to be working properly:

https://jsfiddle.net/7sqnran9/2/

Expected result is buttons stretch at equal sizes to span the entire width of its parent as per:
http://getbootstrap.com/components/#btn-groups-justified

Not sure if WIP or missing/broken

@mdo
Copy link
Member

mdo commented May 16, 2016

Dupe of #17631.

@mdo mdo closed this as completed May 16, 2016
@dejurin
Copy link

dejurin commented Nov 8, 2017

<div class="btn-group d-flex" role="group">
   <a href="" class="btn btn-secondary w-100">Previous</a>
   <a href="" class="btn btn-secondary w-100">Next</a>
</div>

https://getbootstrap.com/docs/4.0/migration/#button-group

@Ohidur
Copy link

Ohidur commented Sep 25, 2018

Thank you very much @dejurin

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

No branches or pull requests

4 participants