From 8e101418f3f0e20685539ce49713b2b019b82271 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 7 Aug 2021 20:18:08 +0200 Subject: [PATCH] Improve alignment of checkbox --- editor/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 5664571..523e813 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -383,7 +383,7 @@ mark { } .content input[type="checkbox"] { - vertical-align: text-top; + vertical-align: baseline; } .lighter {