From f4639d5d1132f8a5911780fb7b3f29fc01b3c468 Mon Sep 17 00:00:00 2001 From: Tim Roberts <59970326+TDDR@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:50:45 -0500 Subject: [PATCH] Title container overflow fixed (#2668) Co-authored-by: irenejoeunpark --- src/web/src/components/Posts/Post.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/src/components/Posts/Post.tsx b/src/web/src/components/Posts/Post.tsx index df6491097d..1e9f272eed 100644 --- a/src/web/src/components/Posts/Post.tsx +++ b/src/web/src/components/Posts/Post.tsx @@ -69,6 +69,7 @@ const useStyles = makeStyles((theme: Theme) => padding: '2em 0 1.5em', lineHeight: '1.3', top: '-1.1em', + overflowY: 'hidden', [theme.breakpoints.down(1205)]: { top: '-1.1em', width: '725px',