Don't show ellipsis in Attachments column
Was showing next to the new PDF icons after af622da78
This commit is contained in:
parent
a1349d4a22
commit
5e1504f33b
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue