문제

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.

도움이 되었습니까?

해결책

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

Try this:

.jumbotron {
    line-height:20px;
}

http://bootply.com/101503

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top