Merge pull request #514 from evandroforks/box-sizing_border-box
Added box-sizing: border-box; to typeans by default
This commit is contained in:
commit
a80cafb3cf
@ -45,6 +45,8 @@ img {
|
|||||||
|
|
||||||
#typeans {
|
#typeans {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
// https://anki.tenderapp.com/discussions/beta-testing/1854-using-margin-auto-causes-horizontal-scrollbar-on-typesomething
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.typeGood {
|
.typeGood {
|
||||||
|
Loading…
Reference in New Issue
Block a user