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

Settings display may be broken #1003

Closed
hata6502 opened this issue Jan 8, 2020 · 2 comments
Closed

Settings display may be broken #1003

hata6502 opened this issue Jan 8, 2020 · 2 comments

Comments

@hata6502
Copy link
Contributor

hata6502 commented Jan 8, 2020

Settings display may be broken by some CSS resetor.

スクリーンショット 2020-01-08 13 28 33

Plaese add box-sizing to .ce-settings.

.ce-settings {
  box-sizing: content-box;
}
@JustTSK
Copy link

JustTSK commented Jan 11, 2020

I have the same issue, happens only when parent container has box-sizing: border-box;
Which is the case for bootstrap 4 for instance.

@neSpecc
Copy link
Member

neSpecc commented Jan 12, 2020

@hata6502 Thanks for the report. You are welcome to improve this moment and open a Pull Request.

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

3 participants