projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b4f684
)
fix reply placeholder overflow (#2193)
author
Ajay Bura
<32841439+ajbura@users.noreply.github.com>
Mon, 10 Feb 2025 09:47:21 +0000
(20:47 +1100)
committer
GitHub
<noreply@github.com>
Mon, 10 Feb 2025 09:47:21 +0000
(20:47 +1100)
src/app/components/message/Reply.tsx
patch
|
blob
|
history
diff --git
a/src/app/components/message/Reply.tsx
b/src/app/components/message/Reply.tsx
index a20ccb5c1e3d014e6d686d07251967f3ace93ad3..54b1849fb0d894a1f83993648589b4fa52285202 100644
(file)
--- a/
src/app/components/message/Reply.tsx
+++ b/
src/app/components/message/Reply.tsx
@@
-98,8
+98,8
@@
export const Reply = as<'div', ReplyProps>(
<LinePlaceholder
style={{
backgroundColor: color.SurfaceVariant.ContainerActive,
-
maxW
idth: toRem(placeholderWidth),
-
width: '100vw
',
+
w
idth: toRem(placeholderWidth),
+
maxWidth: '100%
',
}}
/>
)}