From fa0d11a8b856cf774e8c468704153e32dc812fad Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Wed, 2 Apr 2014 16:30:01 -0500
Subject: [PATCH] Static layout for list properties dialog

---
 include/staff/templates/list-item-properties.tmpl.php | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/staff/templates/list-item-properties.tmpl.php b/include/staff/templates/list-item-properties.tmpl.php
index 0a2ba9635..ce4a0ca5e 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')) { ?>
-- 
GitLab