mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Frio: break too long words in topbar notifications
This commit is contained in:
parent
6e264724f8
commit
2fb162e391
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
Add a link
Reference in a new issue