]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] WebUI: replace BS3 form-group with mb-3 6120/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 5 Jul 2026 17:08:02 +0000 (20:08 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 5 Jul 2026 17:08:02 +0000 (20:08 +0300)
commit03eb66d8b6b0cbf5a60d270a764cda5fb86de887
treefe72e7cff366c040965655df81d562abdb888abe
parent2925d1cc177124339e7d0730b87f016f8dddddbf
[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
interface/js/app/config.js