Skip to content

Commit

Permalink
FIX: fields with issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanouplines committed Nov 14, 2023
1 parent ffca018 commit 0f0d57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatibility/elementor/widgets/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ protected function register_controls() {
),
),
'selectors' => array(
$this->selector( $simple_input ) => 'max-width: {{SIZE}}{{UNIT}};width: {{SIZE}}{{UNIT}};flex: 0 1 {{SIZE}}{{UNIT}};',
$this->selector( $simple_input ) => 'max-width: {{SIZE}}{{UNIT}};flex: 0 1 {{SIZE}}{{UNIT}};',
),
)
);
Expand Down

0 comments on commit 0f0d57f

Please sign in to comment.