diff --git a/app/call_flows/call_flow_edit.php b/app/call_flows/call_flow_edit.php index e7cb59859d..eed70c3bd2 100644 --- a/app/call_flows/call_flow_edit.php +++ b/app/call_flows/call_flow_edit.php @@ -444,7 +444,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo " tb.type='text';\n"; echo " tb.name=obj.name;\n"; echo " tb.setAttribute('class', 'formfld');\n"; - echo " tb.setAttribute('style', 'width: 380px;');\n"; + //echo " tb.setAttribute('style', 'width: 380px;');\n"; echo " tb.value=obj.options[obj.selectedIndex].value;\n"; echo " tbb=document.createElement('INPUT');\n"; echo " tbb.setAttribute('class', 'btn');\n"; @@ -476,7 +476,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "