diff --git a/module/custom/view/browsestoryconcept.html.php b/module/custom/view/browsestoryconcept.html.php
index edbc626dcd..511a8f1451 100644
--- a/module/custom/view/browsestoryconcept.html.php
+++ b/module/custom/view/browsestoryconcept.html.php
@@ -45,7 +45,7 @@
|
custom->URSR ? "disabled=disabled" : '';?>
- createLink('custom', 'editStoryConcept', "id=$key", '', true), "", '', "class='btn iframe' title={$lang->edit}");?>
+ createLink('custom', 'editStoryConcept', "id=$key", '', true), "", '', "class='btn iframe' data-width=50% title={$lang->edit}");?>
createLink('custom', 'deleteStoryConcept', "id=$key"), "", 'hiddenwin', "class='btn' $disabled title={$lang->delete} data-group='admin'");?>
|