mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #4740 from urbit/lf/overflow-link
ChatMessage: prevent link overflow
This commit is contained in:
commit
008ab926cb
@ -591,7 +591,7 @@ export const Message = ({
|
|||||||
lineHeight='20px'
|
lineHeight='20px'
|
||||||
color='black'
|
color='black'
|
||||||
width="fit-content"
|
width="fit-content"
|
||||||
maxWidth="500px"
|
maxWidth="min(500px, 100%)"
|
||||||
>
|
>
|
||||||
<RemoteContent
|
<RemoteContent
|
||||||
key={content.url}
|
key={content.url}
|
||||||
|
Loading…
Reference in New Issue
Block a user