Skip to content

Commit

Permalink
Merge pull request #165 from wpmudev/fix/SUI-176
Browse files Browse the repository at this point in the history
πŸ› fix(post): post card title partially visible.
  • Loading branch information
emgk authored Jun 11, 2024
2 parents c19314d + 39e1fb8 commit d653975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-post/lib/react-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const PostTitle = styled.h3`
overflow: hidden;
display: -webkit-box !important;
-webkit-box-orient: vertical;
${(props) => (props.banner ? 'flex: 1 1 auto;' : '')}
${(props) => (props.banner ? 'flex: 0 1 auto;' : '')}
margin: ${(props) => (props.banner ? '0 0 10px' : '0')} !important;
padding: 0 !important;
border: 0;
Expand Down

0 comments on commit d653975

Please sign in to comment.