diff options
Diffstat (limited to 'admin/themes/default/template/cat_modify.tpl')
-rw-r--r-- | admin/themes/default/template/cat_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl index 7d0e01530..d71ad0528 100644 --- a/admin/themes/default/template/cat_modify.tpl +++ b/admin/themes/default/template/cat_modify.tpl @@ -109,7 +109,7 @@ categoriesCache.selectize(jQuery('[data-selectize=categories]'), { <strong>{'Parent album'|@translate}</strong> <br> <select data-selectize="categories" data-value="{$parent_category|@json_encode|escape:html}" - name="parent" style="width:400px"></select> + name="parent" style="width:600px"></select> </p> {/if} |