image-info box should avoid wrapping

This commit is contained in:
Shish 2018-07-26 00:27:39 +01:00
parent dbc430e3d5
commit bd6b2289b1

View File

@ -66,7 +66,7 @@ class ViewImageTheme extends Themelet {
$html = make_form(make_link("post/set"))." $html = make_form(make_link("post/set"))."
<input type='hidden' name='image_id' value='{$image->id}'> <input type='hidden' name='image_id' value='{$image->id}'>
<table style='width: 500px;' class='image_info form'> <table style='width: 500px; max-width: 100%;' class='image_info form'>
"; ";
foreach($editor_parts as $part) { foreach($editor_parts as $part) {
$html .= $part; $html .= $part;