Frage

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.

War es hilfreich?

Lösung

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

Try this:

.jumbotron {
    line-height:20px;
}

http://bootply.com/101503

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top