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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -