mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04: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 {
|
||||
width: 100%;
|
||||
// https://anki.tenderapp.com/discussions/beta-testing/1854-using-margin-auto-causes-horizontal-scrollbar-on-typesomething
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.typeGood {
|
||||
|
|
Loading…
Reference in a new issue