mirror of
https://github.com/friendica/friendica
synced 2025-02-13 13:34:02 +00:00
Merge pull request #14747 from haheute/notification-word-break
Frio: break too long words in topbar notifications
This commit is contained in:
commit
0fcef20bb3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue