fix reply placeholder overflow (#2193)
This commit is contained in:
parent
7b4f684a25
commit
5460e4922b
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ export const Reply = as<'div', ReplyProps>(
|
|||
<LinePlaceholder
|
||||
style={{
|
||||
backgroundColor: color.SurfaceVariant.ContainerActive,
|
||||
maxWidth: toRem(placeholderWidth),
|
||||
width: '100vw',
|
||||
width: toRem(placeholderWidth),
|
||||
maxWidth: '100%',
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue