| @@ -247,12 +247,15 @@ | ||
| 247 | 247 | 'border_width', |
| 248 | 248 | [ |
| 249 | 249 | 'label' => esc_html__( 'Border Width', 'elementor' ), |
| 250 | 250 | 'type' => Controls_Manager::SLIDER, |
| 251 | + 'size_units' => [ 'px', '%', 'em' ], | |
| 251 | 252 | 'range' => [ |
| 252 | 253 | 'px' => [ |
| 253 | - 'min' => 0, | |
| 254 | - 'max' => 10, | |
| 254 | + 'max' => 20, | |
| 255 | + ], | |
| 256 | + 'em' => [ | |
| 257 | + 'max' => 2, | |
| 255 | 258 | ], |
| 256 | 259 | ], |
| 257 | 260 | 'selectors' => [ |
| 258 | 261 | '{{WRAPPER}} .elementor-tab-title' => 'border-width: {{SIZE}}{{UNIT}};', |