From 2866248314303142eb1a4aaa31830db7c382c25b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 28 Sep 2018 17:52:10 +1000 Subject: [PATCH] add small extra margin to answer button fixes scrollbar in Japanese mode due to half width counts + full width times on following screen https://anki.tenderapp.com/discussions/ankidesktop/29948-214-bugs --- web/reviewer-bottom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/reviewer-bottom.css b/web/reviewer-bottom.css index 981099901..728aa76d2 100644 --- a/web/reviewer-bottom.css +++ b/web/reviewer-bottom.css @@ -28,6 +28,8 @@ button { white-space: nowrap; } +#ansbut { margin-bottom: 1em; } + .nobold { font-weight: normal; display: inline-block;