mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Added box-sizing: border-box; to typeans by default
https://anki.tenderapp.com/discussions/beta-testing/1854-using-margin-auto-causes-horizontal-scrollbar-on-typesomething
This commit is contained in:
parent
dfa10f5a1c
commit
43f512992d
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