Centralize attachmentName styling

This commit is contained in:
the-djmaze 2022-03-24 12:00:41 +01:00
parent c121a233d6
commit b138c1b4a0
3 changed files with 17 additions and 21 deletions

View file

@ -36,12 +36,6 @@
padding: 10px;
}
.attachmentName {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.no-attachments-desc {
padding-top: 50px;
text-align: center;