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

fix: ensure form styles override global styles #98

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

chrisvxd
Copy link
Member

Specificity was too low on certain definitions, resulting in styles being overridden by user styles.

See example showing missing padding on fieldset due to fieldset { padding: 0 }; global definition.

image

Specificity was too low on certain definitions, resulting in styles being overridden by user styles.
@vercel
Copy link

vercel bot commented Sep 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
puck-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 21, 2023 1:28pm

@chrisvxd chrisvxd merged commit 104091a into main Sep 21, 2023
2 checks passed
@chrisvxd chrisvxd deleted the ensure-fieldsets-dont-lose-padding branch September 21, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants