fix reply placeholder overflow (#2193)
This commit is contained in:
@@ -98,8 +98,8 @@ export const Reply = as<'div', ReplyProps>(
|
|||||||
<LinePlaceholder
|
<LinePlaceholder
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: color.SurfaceVariant.ContainerActive,
|
backgroundColor: color.SurfaceVariant.ContainerActive,
|
||||||
maxWidth: toRem(placeholderWidth),
|
width: toRem(placeholderWidth),
|
||||||
width: '100vw',
|
maxWidth: '100%',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user