Skip to content

Commit

Permalink
Title container overflow fixed (#2668)
Browse files Browse the repository at this point in the history
Co-authored-by: irenejoeunpark <irenepark1221@gmail.com>
  • Loading branch information
TDDR and irenejoeunpark committed Jan 18, 2022
1 parent 0ddaa15 commit f4639d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/src/components/Posts/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f4639d5

Please sign in to comment.