[report_image] force wrapping

This commit is contained in:
Shish
2022-09-30 13:16:48 +00:00
parent ee1a3f933b
commit 38609133b1
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
#reportedimage .reason {
max-width: 30em;
overflow-wrap: break-word;
word-wrap: break-word;
}

View File

@ -29,7 +29,7 @@ class ReportImageTheme extends Themelet
$h_reportedimages .= "
<tr>
<td>{$image_link}</td>
<td>Report by $userlink: $h_reason</td>
<td class='reason'>Report by $userlink: $h_reason</td>
<td class='formstretch'>
".make_form(make_link("image_report/remove"))."
<input type='hidden' name='id' value='{$report['id']}'>