mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/12332] Fix plupload attachments with long names overflow
PHPBB3-12332
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<div class="panel<!-- IF not .attach_row --> hidden<!-- ENDIF -->" id="file-list-container">
|
||||
<div class="inner">
|
||||
<table class="table1 zebra-list">
|
||||
<table class="table1 zebra-list fixed-width-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="attach-name">{L_PLUPLOAD_FILENAME}</th>
|
||||
|
Reference in New Issue
Block a user