From 7f61ff139ccc24956aac91c67507aad0c69d8658 Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Wed, 29 Apr 2026 02:12:14 -0700 Subject: [PATCH] fix(bootstrap5): left-align status alert text after handleNotification rerender (#1833) Drop `justify-content-between` from `#status` so the alert icon and text stay together on the left when JS rerenders the alert via `Alert.showStatus`. The deleted-paste case still needs the "Start over" button on the right, so move the anchor onto the button via `ms-auto` instead of relying on the parent flex layout. Closes #1833 --- tpl/bootstrap5.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/bootstrap5.php b/tpl/bootstrap5.php index 6176f53d..c56bfbbe 100644 --- a/tpl/bootstrap5.php +++ b/tpl/bootstrap5.php @@ -378,7 +378,7 @@ if ($FILEUPLOAD) : -