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

Label as flex causes weird spacing #264

Closed
kinostl opened this issue Jun 25, 2023 · 1 comment · Fixed by #265
Closed

Label as flex causes weird spacing #264

kinostl opened this issue Jun 25, 2023 · 1 comment · Fixed by #265
Assignees
Labels
bug Something isn't working

Comments

@kinostl
Copy link

kinostl commented Jun 25, 2023

display: flex;

image

<label>
        please enter <strong>examples-for-holiday</strong> to confirm:
        <input type="text" name="url_endpoint" required="" id="id_url_endpoint">
</label>

Can the flex display be removed to fix this? Or some padding be added to the contents of label?

@kinostl kinostl changed the title Label as flex cases weird spacing Label as flex causes weird spacing Jun 25, 2023
@EvgenyOrekhov EvgenyOrekhov added the bug Something isn't working label Jun 28, 2023
@EvgenyOrekhov EvgenyOrekhov self-assigned this Jun 28, 2023
EvgenyOrekhov added a commit that referenced this issue Jun 28, 2023
Also reduce checkbox/radio right margin.
EvgenyOrekhov added a commit that referenced this issue Jun 28, 2023
Fix #264 Label as flex causes weird spacing

Also reduce checkbox/radio right margin.
@EvgenyOrekhov
Copy link
Owner

@kinostl Thanks for reporting! Should be fixed in v0.11.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants