mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +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'
|
||||
color='black'
|
||||
width="fit-content"
|
||||
maxWidth="500px"
|
||||
maxWidth="min(500px, 100%)"
|
||||
>
|
||||
<RemoteContent
|
||||
key={content.url}
|
||||
|
Loading…
Reference in New Issue
Block a user