diff --git a/app/dialplan/dialplan_add.php b/app/dialplan/dialplan_add.php
index 7dbf466349..77d42c7bcc 100644
--- a/app/dialplan/dialplan_add.php
+++ b/app/dialplan/dialplan_add.php
@@ -544,7 +544,7 @@ echo "\n";
echo "
\n";
//switch_select_destination(select_type, select_label, select_name, select_value, select_style, action);
-switch_select_destination("dialplan", "", "action_1", $action_1, "width: 60%;", "");
+switch_select_destination("dialplan", "", "action_1", $action_1, "", "");
echo " | \n";
echo "\n";
@@ -559,7 +559,7 @@ echo "\n";
echo "\n";
//switch_select_destination(select_type, select_label, select_name, select_value, select_style, action);
-switch_select_destination("dialplan", "", "action_2", $action_2, "width: 60%;", "");
+switch_select_destination("dialplan", "", "action_2", $action_2, "", "");
echo " | \n";
echo "\n";
@@ -579,7 +579,7 @@ echo "\n";
echo " ".$text['label-order'].":\n";
echo " | \n";
echo "\n";
-echo " |