fix reply placeholder overflow

This commit is contained in:
Ajay Bura 2025-02-10 14:23:26 +05:30
parent 56b754153a
commit 293d101094

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