[report_image] force wrapping
This commit is contained in:
5
ext/report_image/style.css
Normal file
5
ext/report_image/style.css
Normal file
@ -0,0 +1,5 @@
|
||||
#reportedimage .reason {
|
||||
max-width: 30em;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
@ -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']}'>
|
||||
|
Reference in New Issue
Block a user