Login  Register

Scrollbar of code block not shown when embeded in admonition block

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

Scrollbar of code block not shown when embeded in admonition block

phgiraud
This post was updated on Dec 09, 2021; 1:06pm.
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