notifications overflow fix

This commit is contained in:
Henry Jameson 2024-12-31 11:57:33 +02:00
parent f23470c9ab
commit 74117a5520

View file

@ -202,6 +202,9 @@
.title {
font-size: 1.3em;
margin-left: 0.6em;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
}