image-info box should avoid wrapping
This commit is contained in:
parent
dbc430e3d5
commit
bd6b2289b1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user