From ecacb00b2cd3b0b89854a01247e88d4427fc17cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 18 May 2021 09:15:04 +0200 Subject: [PATCH] Add some margin to the right side of the radio input of questions --- index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.css b/index.css index b910d28c6..cdc550874 100644 --- a/index.css +++ b/index.css @@ -258,6 +258,10 @@ li::marker { width: 100%; } +.question form input[type="radio"] { + margin-right: 0.5em; +} + .invalid { box-shadow: 0 0 10px #ff5353; height: min-content;