From 92ea78005ba0c64c562e8bc78b7e4beb4747bc3f Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Wed, 29 Apr 2026 15:13:33 -0700 Subject: [PATCH] fix(bootstrap5): add gap-2 between status alert icon and message text Removing justify-content-between left the icon and text touching with no spacing after handleNotification rerenders the alert into two flex children. Add gap-2 (0.5rem) on the parent so they get a small visual break consistent with Bootstrap 5 alert conventions. The deleted-paste case (icon + text inline inside the inner div, plus the "Start over" button as the second child) keeps its original spacing because PHP_EOL provides the icon-text separation; gap-2 only adds 0.5rem between the inner div and the right-aligned button, which reads cleanly. --- tpl/bootstrap5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/bootstrap5.php b/tpl/bootstrap5.php index c56bfbbe..547e9987 100644 --- a/tpl/bootstrap5.php +++ b/tpl/bootstrap5.php @@ -378,7 +378,7 @@ if ($FILEUPLOAD) : -