| @@ -303,8 +303,9 @@ | ||
| 303 | 303 | 'description' => esc_html__( 'You can crop the original image size to any custom size. You can also set a single value for height or width in order to keep the original size ratio.', 'elementor' ), |
| 304 | 304 | 'condition' => [ |
| 305 | 305 | 'size' => 'custom', |
| 306 | 306 | ], |
| 307 | + 'separator' => 'none', | |
| 307 | 308 | ]; |
| 308 | 309 | |
| 309 | 310 | return $fields; |
| 310 | 311 | } |