Merge pull request #4740 from urbit/lf/overflow-link

ChatMessage: prevent link overflow
This commit is contained in:
Liam Fitzgerald 2021-04-08 09:45:11 +10:00 committed by GitHub
commit 008ab926cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -591,7 +591,7 @@ export const Message = ({
lineHeight='20px'
color='black'
width="fit-content"
maxWidth="500px"
maxWidth="min(500px, 100%)"
>
<RemoteContent
key={content.url}