Template:Nowrap: Difference between revisions

Fixed the template. The class "nowrap" doesn't work (or exist). Used CSS property "white-space: nowrap;" instead.
m (1 revision: templates imported from WP CC-SA)
 
(Fixed the template. The class "nowrap" doesn't work (or exist). Used CSS property "white-space: nowrap;" instead.)
 
Line 1: Line 1:
<span class="nowrap">{{{1}}}</span><noinclude>
<span style="white-space: nowrap;">{{{1}}}</span><noinclude>
{{documentation}}
{{documentation}}
<!--interwikis/categories go inside doc-->
<!-- Add categories to the /doc subpage, not here! -->
</noinclude>
</noinclude>
3,860

edits