Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong float for acceptance label on mobile #4295

Closed
parfilov opened this issue Apr 29, 2018 · 2 comments
Closed

Wrong float for acceptance label on mobile #4295

parfilov opened this issue Apr 29, 2018 · 2 comments
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.

Comments

@parfilov
Copy link

Hello!
There is wrong float for acceptance label on mobile.
wrong_float
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; }

@bainternet bainternet added bug Indicates a bug with one or multiple components. product/pro Indicates if the referenced component is part of the Elementor Pro plugin. widget/forms References the Form (Pro) widget and its features. labels Apr 30, 2018
@dasigna
Copy link

dasigna commented May 4, 2018

... this is even the same on desktop when having long text that exceeds one line -> relevant for new euopean data security sh*** things especially!
at the same time it would be great to have the possibility to manipulate the font settings within elementor style tab for acceptance, checkboxes and alike (and only for those alone) without sdditional css tweaking.

@bainternet bainternet mentioned this issue Sep 4, 2018
2 tasks
@bainternet bainternet added the status/merged Indicates when a Pull Request has been merged to a Release. label Oct 18, 2018
@arielk
Copy link
Member

arielk commented Oct 22, 2018

Fixed in v2.2.6, thanks for your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

4 participants