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

CSS to make everything have a border-box is a problem. #11

Open
MrOnosa opened this issue Oct 31, 2020 · 0 comments
Open

CSS to make everything have a border-box is a problem. #11

MrOnosa opened this issue Oct 31, 2020 · 0 comments

Comments

@MrOnosa
Copy link
Contributor

MrOnosa commented Oct 31, 2020

* {
box-sizing: border-box;
}

This is causing CSS issues with my app, because it's giving everything a border box box sizing.

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

No branches or pull requests

1 participant