bootstrap tabs justify with badge on small screen jump to second row -


i have sample code

<ul class="nav nav-tabs nav-justified"> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> <li role="presentation" class="active"><a href="#">home <span class="badge">15</span></a></li> 

i have problem badge screen smaller badge jump second row, , don't want

working demo on http://jsfiddle.net/twvqxtgw/ tried float , etc nothing working :/ still jump second row on big screen title badge in center of tab

thanks!


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -