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 1/2] 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 b910d28c6d..cdc5508741 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; From 70f7a8781e854e5a3bc1a6d14df88a465eb611c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 18 May 2021 10:25:07 +0200 Subject: [PATCH 2/2] Some translation fixes --- assets/translations.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/translations.json b/assets/translations.json index 99db83e688..e8665248c1 100644 --- a/assets/translations.json +++ b/assets/translations.json @@ -617,7 +617,7 @@ "gl": "Activar botón de inicio de sesión", "nl": "Activeer de login-knop", "fr": "Activer le bouton de connexion", - "de": " Anmelde-Knopf aktivieren" + "de": "Anmelde-Knopf aktivieren" }, "fsSearch": { "en": "Enable the search bar", @@ -626,7 +626,7 @@ "gl": "Activar a barra de procura", "nl": "Activeer de zoekbalk", "fr": "Activer la barre de recherche", - "de": " Suchleiste aktivieren" + "de": "Suchleiste aktivieren" }, "fsWelcomeMessage": { "en": "Show the welcome message popup and associated tabs", @@ -773,7 +773,7 @@ }, "getStartedNewAccount": { "en": " or create a new account", - "nl": " of maak een nieuwe account aan ", + "nl": " of maak een nieuwe account aan", "fr": " ou enregistrez-vous", "es": " o crea una nueva cuenta", "ca": " o crea un nou compte", @@ -968,7 +968,7 @@ "openTill": { "en": "till", "ca": "fins", - "es": " hasta", + "es": "hasta", "nl": "tot", "fr": "jusqu'à", "de": "bis"