Skip to content

Commit

Permalink
Fixed board card field max width (#6061)
Browse files Browse the repository at this point in the history
Add a max-width to prevent overflow of board card fields
  • Loading branch information
lucasbordeau authored Jun 27, 2024
1 parent 845fcb6 commit 3c3bd96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const StyledFieldContainer = styled.div`
display: flex;
flex-direction: row;
width: fit-content;
max-width: 100%;
`;

const StyledCompactIconContainer = styled.div`
Expand Down

0 comments on commit 3c3bd96

Please sign in to comment.