From 9b098ae8d70892a20ce9456e5a978e9e09fb9214 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Mon, 18 Sep 2023 12:55:00 +0200 Subject: fixed toasts not breaking onto a new line This only occurred if there was one continous piece of text, that is, no spaces in between the characters, this only happened in the detailed error messages, but it's quite important to see the whole message! --- src/app/css/toasts.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app') diff --git a/src/app/css/toasts.css b/src/app/css/toasts.css index 65e325f..9b92383 100644 --- a/src/app/css/toasts.css +++ b/src/app/css/toasts.css @@ -54,4 +54,5 @@ opacity: 0.8; font-size: 0.8em; font-weight: 600; + word-break: break-word; } -- cgit v1.2.3