Skip to content

Commit

Permalink
MPR Handle filename overflow in loading state
Browse files Browse the repository at this point in the history
Handle filename overflow in loading state
  • Loading branch information
YayunHuang authored Aug 23, 2024
2 parents c159054 + c1a1cde commit 0aac6f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ main {
.file-list-item {
display: flex;

.file-list-item__file-info {
max-width: 100%;
}

&.file-list-item__previewable {
gap: 4px;

Expand Down

0 comments on commit 0aac6f7

Please sign in to comment.