Truncate long filenames in notifications, fixes #151

merge-requests/52/merge
Alex Gleason 4 years ago
parent 0fc3952cd8
commit edbc6f0f31
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -574,10 +574,14 @@
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
white-space: nowrap;
li {
display: block;
padding: 4px 0;
overflow: hidden;
text-overflow: ellipsis;
}
a {

Loading…
Cancel
Save