mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-23 09:00:48 +01:00
[ticket/11150] Adds an overflow to composer output
PHPBB3-11150
This commit is contained in:
parent
0926e94955
commit
ba0f151c39
@ -5,11 +5,13 @@
|
||||
<p>{{ MESSAGE_TEXT }}</p>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
{%- if MESSAGE_DETAIL_LEGEND -%}
|
||||
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
|
||||
{%- endif -%}
|
||||
<pre>{{ MESSAGE_DETAIL }}</pre>
|
||||
</fieldset>
|
||||
<div style="overflow-x:scroll">
|
||||
<fieldset>
|
||||
{%- if MESSAGE_DETAIL_LEGEND -%}
|
||||
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
|
||||
{%- endif -%}
|
||||
<pre>{{ MESSAGE_DETAIL }}</pre>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE overall_footer.html -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user