mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue