mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 11:39:37 +02: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>
|
<p>{{ MESSAGE_TEXT }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<fieldset>
|
<div style="overflow-x:scroll">
|
||||||
{%- if MESSAGE_DETAIL_LEGEND -%}
|
<fieldset>
|
||||||
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
|
{%- if MESSAGE_DETAIL_LEGEND -%}
|
||||||
{%- endif -%}
|
<legend>{{ MESSAGE_DETAIL_LEGEND|nl2br }}</legend>
|
||||||
<pre>{{ MESSAGE_DETAIL }}</pre>
|
{%- endif -%}
|
||||||
</fieldset>
|
<pre>{{ MESSAGE_DETAIL }}</pre>
|
||||||
|
</fieldset>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user