From 0a24c1347d50439ef4fea6461256978d221f4ba7 Mon Sep 17 00:00:00 2001
From: Ahwx <ahwx@ahwx.org>
Date: Fri, 14 Jun 2024 13:16:57 +0200
Subject: [PATCH] fix(settings.php): adds spacing, looks nicer

---
 settings.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.php b/settings.php
index 761154a6..89dc744e 100644
--- a/settings.php
+++ b/settings.php
@@ -88,7 +88,7 @@
                 </select>
                 </div>
 		<div>
-                    <label><?php printtext("settings_special_warning");?></label>
+                    <label><?php printtext("settings_special_warning");?></label><br><br>
                     <label><?php printtext("settings_special_disabled");?></label>
                     <input type="checkbox" name="disable_special" <?php echo $opts->disable_special ? "checked"  : ""; ?> ><br>
                     <label><?php printtext("settings_frontends_disable");?></label>