FusionPBX 8 жил өмнө
parent
commit
74ea45c64e

+ 3 - 0
resources/classes/destinations.php

@@ -130,6 +130,9 @@ class destinations {
 			$destination_id = str_replace("]", "", $destination_name);
 			$destination_id = str_replace("[", "_", $destination_id);
 
+		//set the css style
+			$select_style = 'width: 200px;';
+
 		//add additional
 			if (if_group("superadmin")) {
 				$response = "<script>\n";