fix reply placeholder overflow (#2193)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Mon, 10 Feb 2025 09:47:21 +0000 (20:47 +1100)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 09:47:21 +0000 (20:47 +1100)
src/app/components/message/Reply.tsx

index a20ccb5c1e3d014e6d686d07251967f3ace93ad3..54b1849fb0d894a1f83993648589b4fa52285202 100644 (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%',
               }}
             />
           )}