Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Marc Alexander 2019-07-21 22:24:52 +02:00
commit 6fc269b62a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 5 additions and 1 deletions

View file

@ -34,7 +34,7 @@
</tr>
</thead>
<tbody class="responsive-skip-empty file-list" id="file-list">
<tr class="attach-row" id="attach-row-tpl">
<tr class="attach-row attach-row-tpl" id="attach-row-tpl">
<td class="attach-name">
<span class="file-name ellipsis-text"></span>
<span class="attach-controls">

View file

@ -3,6 +3,10 @@
margin-bottom: 1em;
}
.attach-row-tpl {
display: none;
}
.file-list td {
vertical-align: middle;
}