Description
Here some screenshot to show the result when I view a page where I inserted a very long line of code (between code balises)
An Horizontal scrollbar missing (or return line) in view mode (and print preview).
My xwiki source:
{{code}} <$bodyTagName id="body" class="skin-colibri wiki-${xcontext.database} space-${escapetool.xml($doc.space.replaceAll(' ', '_'))} ${bodyAction}body #if($showLeftPanels == "0" || $doc == 'XWiki.XWikiLogin')hideleft#end#if($showRightPanels == "0" || $doc == 'XWiki.XWikiLogin')hideright#end#if($hidecolumns && ($!hidecolumns == 1))hidelefthideright#end #if($showLeftPanels != "0" && $showRightPanels != "0" && $!hidecolumns != 1)content#end panel-left-width-${leftPanelsWidth} panel-right-width-${rightPanelsWidth}"> {{/code}}
I must scroll right with mouse to see entire line:
Thanks