We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Settings display may be broken by some CSS resetor.
Plaese add box-sizing to .ce-settings.
box-sizing
.ce-settings
.ce-settings { box-sizing: content-box; }
The text was updated successfully, but these errors were encountered:
I have the same issue, happens only when parent container has box-sizing: border-box; Which is the case for bootstrap 4 for instance.
box-sizing: border-box;
Sorry, something went wrong.
@hata6502 Thanks for the report. You are welcome to improve this moment and open a Pull Request.
No branches or pull requests
Settings display may be broken by some CSS resetor.
Plaese add
box-sizing
to.ce-settings
.The text was updated successfully, but these errors were encountered: