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

Form flex and max-width properties #77

Closed
ernestmarcinko opened this issue Jan 14, 2024 · 0 comments
Closed

Form flex and max-width properties #77

ernestmarcinko opened this issue Jan 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ernestmarcinko
Copy link
Contributor

Describe the bug

Themes like Kadence and similar alternative force a flex layout and a max-width attribute, ticket here.

Make sure to override that for the ASP and ASL (!important is required for sure)

.proinput form {
    display: block !important;
    max-width: unset !important;
}

@ernestmarcinko ernestmarcinko added the bug Something isn't working label Jan 14, 2024
@ernestmarcinko ernestmarcinko added this to the 4.27 milestone Jan 14, 2024
@ernestmarcinko ernestmarcinko self-assigned this Jan 14, 2024
@ernestmarcinko ernestmarcinko modified the milestones: 4.27, 4.26.12 May 25, 2024
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
Status: Done
Development

No branches or pull requests

1 participant