Merge pull request #514 from evandroforks/box-sizing_border-box

Added box-sizing: border-box; to typeans by default
This commit is contained in:
Damien Elmes 2020-03-20 20:50:40 +10:00 committed by GitHub
commit a80cafb3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,8 @@ img {
#typeans {
width: 100%;
// https://anki.tenderapp.com/discussions/beta-testing/1854-using-margin-auto-causes-horizontal-scrollbar-on-typesomething
box-sizing: border-box;
}
.typeGood {