diff --git a/assets/translations.json b/assets/translations.json
index 482a2e40ef..99f20d8d4e 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"
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;