From 41a1f27562ccf88a97229d1950a98bedd237b7e3 Mon Sep 17 00:00:00 2001 From: Esteban Gallego Date: Tue, 30 Jan 2024 13:25:25 -0500 Subject: [PATCH] Fix overflow string in the alertBox when the message is too long --- resources/sass/app.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 552b79ef2a..6a4fca7b74 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -698,6 +698,8 @@ h1.page-title { .alertBox { width: 100%; + word-wrap: break-word; + overflow-wrap: break-word; } .avatar-circle-list {