From 6860ee50beac4d263b3501a1b022db5c6f42dc4a Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 30 Apr 2024 09:47:21 -0400 Subject: [PATCH] UX: prevent social share content from overflowing container (#597) --- public/ai-share/share.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/ai-share/share.css b/public/ai-share/share.css index 24f4a848..54cf993e 100644 --- a/public/ai-share/share.css +++ b/public/ai-share/share.css @@ -306,6 +306,11 @@ h1 h2 h3 h4 h5 h6 { .post__content { line-height: 1.4; color: var(--primary-800); + overflow: hidden; +} + +.post__content img { + max-width: 100%; } .post__content p:first-child {