Scrollbar of code block not shown when embeded in admonition block

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Scrollbar of code block not shown when embeded in admonition block

phgiraud
This post was updated on .
Hi,
In HTML ouput, using source code highlighter highlightjs, this kind of code block:

.example.properties
[source,properties,options=nowrap]
a_property_with_some_very_long_line_content=abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef

is nicely displayed with a scroll bar:



But when embeded within an admonition block:

[NOTE]
--
.example.properties
[source,properties,options=nowrap]
a_property_with_some_very_long_line_content=abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef|abcdef
--

it doesn't work:



Any idea?
thanks