Question

With Bootstrap3, stacking of radio buttons text is not happening properly in mobile(xs) view- bootply.

Screen shot:

enter image description here

As can be seen, text is not properly aligned to radio buttons in mobile(xs) view.

Était-ce utile?

La solution

It is because of the .jumbotron line-height..

Try this:

.jumbotron {
    line-height:20px;
}

http://bootply.com/101503

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top