Skip to content

Commit c36e845

Browse files
committed
fix: prevent attachment metadata text overlap on mobile view
1 parent 52d26b5 commit c36e845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react/src/views/AttachmentHandler/AttachmentMetadata.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const AttachmentMetadata = ({
108108
css={css`
109109
margin: 0;
110110
font-size: 12px;
111+
line-height: 1.5;
111112
opacity: 0.7;
112113
`}
113114
>
@@ -119,6 +120,7 @@ const AttachmentMetadata = ({
119120
<Box
120121
css={css`
121122
font-size: 12px;
123+
line-height: 1.5;
122124
opacity: 0.7;
123125
@media (max-width: 420px) {
124126
margin-left: 0;

0 commit comments

Comments
 (0)