Skip to content

Commit cdbecf7

Browse files
committed
fix: truncate long file names with ellipsis in sharing popup
1 parent d9099cc commit cdbecf7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css/apps/files-sharing.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120

121121
.sharingPopup__fileinfo, .sharingTab__fileinfo {
122122
font-size: var(--font-size-small);
123+
overflow: hidden;
124+
text-overflow: ellipsis;
125+
white-space: nowrap;
126+
max-width: 100%;
127+
display: block;
123128
}
124129
}
125130

0 commit comments

Comments
 (0)