From: Hannes Heute Date: Tue, 28 Jan 2025 20:36:55 +0000 (+0100) Subject: Frio: break too long words in topbar notifications X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2fb162e3914a452c90b441a1e1d967a1624626e1;p=friendica.git Frio: break too long words in topbar notifications --- 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;