]> git.mxchange.org Git - friendica.git/commitdiff
Frio: break too long words in topbar notifications
authorHannes Heute <haheute@posteo.de>
Tue, 28 Jan 2025 20:36:55 +0000 (21:36 +0100)
committerHannes Heute <haheute@posteo.de>
Tue, 28 Jan 2025 20:36:55 +0000 (21:36 +0100)
view/theme/frio/css/style.css

index 49fbac98df59255e0a28263db8f6de880889ad0c..9845408a8a9fd49ac9eb5ac8994eb742249e8948 100644 (file)
@@ -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;