From 03eb66d8b6b0cbf5a60d270a764cda5fb86de887 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sun, 5 Jul 2026 20:08:02 +0300 Subject: [PATCH] [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. --- interface/index.html | 6 +++--- interface/js/app/config.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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: - '
' + + '
' + '" + '
' + '