Truncate long filenames in notifications, fixes #151

This commit is contained in:
Alex Gleason
2020-06-06 16:36:00 -05:00
parent 0fc3952cd8
commit edbc6f0f31

View File

@ -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 {