From 2fb162e3914a452c90b441a1e1d967a1624626e1 Mon Sep 17 00:00:00 2001 From: Hannes Heute Date: Tue, 28 Jan 2025 21:36:55 +0100 Subject: [PATCH] Frio: break too long words in topbar notifications --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 49fbac98df..9845408a8a 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -740,6 +740,7 @@ nav.navbar .nav > li > button:focus { #topbar-first #nav-notifications-menu a { color: $font_color_darker; padding: 0; + word-break: break-word; } #topbar-first #nav-notifications-menu li.notif-entry { color: $font_color_darker;