-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Wrong float for acceptance label on mobile #4295
Copy link
Copy link
Closed
Labels
bugIndicates a bug with one or multiple components.Indicates a bug with one or multiple components.product/proIndicates if the referenced component is part of the Elementor Pro plugin.Indicates if the referenced component is part of the Elementor Pro plugin.status/mergedIndicates when a Pull Request has been merged to a Release.Indicates when a Pull Request has been merged to a Release.widget/pro/formReferences the Form (Pro) widget and its features.References the Form (Pro) widget and its features.
Metadata
Metadata
Assignees
Labels
bugIndicates a bug with one or multiple components.Indicates a bug with one or multiple components.product/proIndicates if the referenced component is part of the Elementor Pro plugin.Indicates if the referenced component is part of the Elementor Pro plugin.status/mergedIndicates when a Pull Request has been merged to a Release.Indicates when a Pull Request has been merged to a Release.widget/pro/formReferences the Form (Pro) widget and its features.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; }