Don't show ellipsis in Attachments column

Was showing next to the new PDF icons after af622da78
This commit is contained in:
Dan Stillman 2021-12-22 21:37:50 -05:00
parent a1349d4a22
commit 5e1504f33b

View file

@ -30,6 +30,8 @@
box-sizing: content-box;
padding: 0 4px;
height: 100%;
// Don't show ellipsis
text-overflow: unset;
.icon-treeitemattachmentpdf {
min-width: 10px;