Wrong float for acceptance label on mobile #4295
Labels
bug
Indicates a bug with one or multiple components.
product/pro
Indicates if the referenced component is part of the Elementor Pro plugin.
status/merged
Indicates when a Pull Request has been merged to a Release.
widget/forms
References the Form (Pro) widget and its features.
Hello!
There is wrong float for acceptance label on mobile.
I think it's because of:
.elementor-field-subgroup .elementor-field-option label { display: inline-block; }
The solution:
.elementor-field-subgroup .elementor-field-option label { display: inline; }
The text was updated successfully, but these errors were encountered: