From: Alexander Moisseev Date: Sun, 5 Jul 2026 17:08:02 +0000 (+0300) Subject: [Fix] WebUI: replace BS3 form-group with mb-3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03eb66d8b6b0cbf5a60d270a764cda5fb86de887;p=thirdparty%2Frspamd.git [Fix] WebUI: replace BS3 form-group with mb-3 Removing footable.standalone.min.css dropped its .form-group {margin-bottom:15px} rule, collapsing the gap above the buttons on the selectors tab (and the action-score rows on the configuration tab). .form-group is a Bootstrap 3 class with no meaning in BS5; replace it with the mb-3 spacing utility that provides the same gap. --- diff --git a/interface/index.html b/interface/index.html index 51508a2db9..bdd948dfb7 100644 --- a/interface/index.html +++ b/interface/index.html @@ -649,7 +649,7 @@
-
+
@@ -658,7 +658,7 @@
-
+
@@ -668,7 +668,7 @@
-
+
diff --git a/interface/js/app/config.js b/interface/js/app/config.js index c4fcdd80fe..3cba6a7ab3 100644 --- a/interface/js/app/config.js +++ b/interface/js/app/config.js @@ -21,7 +21,7 @@ define(["jquery", "app/common"], items.push({ idx: idx, html: - '
' + + '
' + '" + '
' + '