Project

General

Profile

Task #1976

Updated by Andrei Bintintan about 3 years ago

As a user I would like to be able to "force" a tag to never break a line.  

 Proposed solution:  
 ``` 
 <p nowrap='1'>This nowrap>This is always on a single line</p> 
 ```

Back