Pregunta

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.

¿Fue útil?

Solución

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

Try this:

.jumbotron {
    line-height:20px;
}

http://bootply.com/101503

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top