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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Checkboxes in entries not on the right place.
https://imgur.com/fk1L3pi
IE11 CSS hack:
_:-ms-lang(x), .elements .tableview td.checkbox-cell input.checkbox + label, .elements .tableview td.checkbox-cell div.checkbox { top: 16px; } _:-ms-lang(x), body.ltr input.checkbox + label:empty, body.ltr div:empty.checkbox { display: block; }
The text was updated successfully, but these errors were encountered:
2293acc
Fixed, thanks for providing the CSS!
Sorry, something went wrong.
No branches or pull requests
Description
Checkboxes in entries not on the right place.
https://imgur.com/fk1L3pi
Steps to reproduce
Additional info
Solution
IE11 CSS hack:
The text was updated successfully, but these errors were encountered: