diff --git a/include/staff/templates/list-item-properties.tmpl.php b/include/staff/templates/list-item-properties.tmpl.php index 0a2ba9635df68b0b1a2b61795b1a4bb89e3e6e8e..ce4a0ca5ee64aeb1ccef1914cea444f21f1c1390 100644 --- a/include/staff/templates/list-item-properties.tmpl.php +++ b/include/staff/templates/list-item-properties.tmpl.php @@ -13,7 +13,8 @@ } }); return false;"> - <table width="100%"> + <table width="100%" class="fixed"> + <tr><td style="width:120px"></td><td></td></tr> <?php echo csrf_token(); $config = $item->getConfiguration(); @@ -29,7 +30,7 @@ style="vertical-align:top;padding-top:0.2em"> <?php echo Format::htmlchars($f->get('label')); ?>:</label> </td><td> - <span style="display:inline-block"> + <span style="display:inline-block;width:100%"> <?php $f->render(); if ($f->get('required')) { ?>