html - whitespace nowrap on span -


in case:

<td>        text        <span class="icon"></span> </td> 

i want line break when necessary on text don't want span on new line, want stick part of text. how can it?

thanks,

how solved problem

<table style="width:100px"> <tr>     <td>         showing <span style=" white-space: nowrap;">i meant         <span> blah blah </span></span>     </td>  </tr> 

http://jsfiddle.net/v86tvqn0/


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -