[ticket/16938] Replace invalid nowrap with white-space css

PHPBB3-16938
This commit is contained in:
Marc Alexander 2023-01-07 15:44:29 +01:00
parent 9e44ba096e
commit a0477a10ce
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -14,7 +14,7 @@
<!-- BEGIN warn --> <!-- BEGIN warn -->
<tr> <tr>
<td>{warn.USERNAME}</td> <td>{warn.USERNAME}</td>
<td style="text-align: center; nowrap: nowrap;">{warn.DATE}</td> <td style="text-align: center; white-space: nowrap;">{warn.DATE}</td>
<td>{warn.ACTION}</td> <td>{warn.ACTION}</td>
<td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{warn.ID}" /></td> <td style="text-align: center;"><input type="checkbox" class="radio" name="mark[]" value="{warn.ID}" /></td>
</tr> </tr>