Bootstrap: Migration docs don't mention .btn-group-justified removal

Created on 17 Sep 2015  路  15Comments  路  Source: twbs/bootstrap

.btn-group-justified has been removed from docs and from scss. Is this intentional ?

confirmed docs v4

Most helpful comment

@mdo Could you please explain your rationale here regarding the removal?

All 15 comments

Yes: 454cc55e313d29d886563b874abab33412f0d31d
We ought to add an entry to the v4 Migration docs.

@cvrebert But what is the replacement for .btn-group-justified ?

CC: @mdo

@mdo why to remove .btn-group-justified ?

seriously.... why?

Yeah, why was it removed? Was it because it could only be used on a tags? I really liked that justified button scheme, and I used it all over one of my websites.

Would be great if this is added back, I miss the btn-group-justified class. It was a great UI for navigation.

See http://stackoverflow.com/questions/34450586/justify-buttons-with-bootstrap-v4/34450587 about how to add the .btn-group-justified class back into Bootstrap 4

@mdo Could you please explain your rationale here regarding the removal?

Maybe there is a better way to do this with flex? Is that the replacement?

Shouldn't be, since Flexbox is disabled by default in Bootstrap 4.

So is this going to be readded again, or will it be left out?

Only @mdo can answer that.

Solution at http://stackoverflow.com/a/39119031/1823988 works for me. Can you include it?

You can use like this

class="btn-group btn-group-toggle nav nav-fill"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cvrebert picture cvrebert  路  3Comments

knownasilya picture knownasilya  路  3Comments

bellwood picture bellwood  路  3Comments

ziyi2 picture ziyi2  路  3Comments

eddywashere picture eddywashere  路  3Comments