From b98ddaafaa42f062b9c5f1f4421ff8740e07051c Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 16 Feb 2021 18:40:58 +0100 Subject: [PATCH] Increase the padding in the editable to 6px --- ts/editor/editable.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/editor/editable.scss b/ts/editor/editable.scss index d1a48c7b9..5d0d45cda 100644 --- a/ts/editor/editable.scss +++ b/ts/editor/editable.scss @@ -2,7 +2,7 @@ anki-editable { display: block; overflow-wrap: break-word; overflow: auto; - padding: 5px; + padding: 6px; &:empty::after { content: "\a";