From 4dac6c59a8d4db573a0ff0b2565fc3453c93e1e2 Mon Sep 17 00:00:00 2001 From: "xeronimus@gmail.com" Date: Sat, 19 Sep 2020 10:31:46 +0200 Subject: [PATCH] #58 prevent badge in stories (backlog) from getting "squished" --- client/app/styled/ConsensusBadge.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app/styled/ConsensusBadge.js b/client/app/styled/ConsensusBadge.js index ee4c5d2d..22896389 100644 --- a/client/app/styled/ConsensusBadge.js +++ b/client/app/styled/ConsensusBadge.js @@ -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;