From 62913218d26c170e874fd81878a745c9dccfed2b Mon Sep 17 00:00:00 2001 From: Kerry Date: Wed, 18 Jan 2023 14:57:58 +1300 Subject: [PATCH] use 100% rather than auto with for reply tile width (#9924) --- res/css/views/rooms/_ReplyTile.pcss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/views/rooms/_ReplyTile.pcss b/res/css/views/rooms/_ReplyTile.pcss index 1e70b47956..1a2e1a3814 100644 --- a/res/css/views/rooms/_ReplyTile.pcss +++ b/res/css/views/rooms/_ReplyTile.pcss @@ -32,11 +32,12 @@ limitations under the License. grid-template: "sender" auto "message" auto - / auto; + / 100%; text-decoration: none; color: $secondary-content; transition: color ease 0.15s; gap: 2px; + max-width: 100%; // avoid overflow with wide content &:hover { color: $primary-content;