diff --git a/settings.html b/settings.html
index a64a702..6bd39f9 100644
--- a/settings.html
+++ b/settings.html
@@ -51,6 +51,9 @@
/* Optionen */
.options { display: flex; flex-direction: column; gap: 1.0rem; }
+ input {
+ gap: 1.0rem;
+ }
label {
display: flex; align-items: center; font-size: 0.9rem;
color: #1e293b;