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.

Was it helpful?

Solution

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

Try this:

.jumbotron {
    line-height:20px;
}

http://bootply.com/101503

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top