Merge pull request #14747 from haheute/notification-word-break

Frio: break too long words in topbar notifications
This commit is contained in:
Hypolite Petovan 2025-01-28 16:45:40 -05:00 committed by GitHub
commit 0fcef20bb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -740,6 +740,7 @@ nav.navbar .nav > li > button:focus {
#topbar-first #nav-notifications-menu a { #topbar-first #nav-notifications-menu a {
color: $font_color_darker; color: $font_color_darker;
padding: 0; padding: 0;
word-break: break-word;
} }
#topbar-first #nav-notifications-menu li.notif-entry { #topbar-first #nav-notifications-menu li.notif-entry {
color: $font_color_darker; color: $font_color_darker;