css - Bootstrap 3 class visible-lg moves span to a new line -


How do I create the class visible-lg , and not to move the span to the new line ?

The following HTML presents as a line:

  & lt; P & gt; The device is: & lt; Span & gt; Unknown & lt; / Span & gt; & Lt; / P & gt;   

However , the following HTML renders large is the device on the bottom line :

  & lt; P & gt; The device is: & lt; Span class = "visible-lg" & gt; Big & lt; / Span & gt; & Lt; / P & gt;    

update for bootstrap v3.2.0

According to the solution in Bootstrap v3.2.0 with the form

:

As v3.2.0, .visible- - each Classes for breakpoint come in three variations, one for each CSS display property value listed below:

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -