fix reply placeholder overflow (#2193)

This commit is contained in:
Ajay Bura 2025-02-10 20:47:21 +11:00 committed by GitHub
parent a2ca3195ea
commit dfe108eb96

View file

@ -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%',
}}
/>
)}