From 43f512992d04d683fcb62c292b67743ac061d7e4 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Wed, 18 Mar 2020 20:30:44 -0300 Subject: [PATCH] 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 --- qt/ts/scss/reviewer.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/ts/scss/reviewer.scss b/qt/ts/scss/reviewer.scss index c9bf06d6d..220d286d2 100644 --- a/qt/ts/scss/reviewer.scss +++ b/qt/ts/scss/reviewer.scss @@ -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 {