Skip to content

Commit

Permalink
#58 prevent badge in stories (backlog) from getting "squished"
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Sep 19, 2020
1 parent 9369bb5 commit 4dac6c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/styled/ConsensusBadge.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const StyledConsensusBadge = styled.div`
height: 24px;
border-radius: 50%;
margin-left: 8px;
flex-shrink: 0;
background: ${({cardColor}) => (cardColor ? cardColor : COLOR_LIGHTER_GREY)};
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 4dac6c5

Please sign in to comment.