Fixed board card field max width (#6061)

Add a max-width to prevent overflow of board card fields
This commit is contained in:
Lucas Bordeau
2024-06-27 15:07:03 +02:00
committed by GitHub
parent 845fcb65ce
commit 3c3bd96687

View File

@ -117,6 +117,7 @@ const StyledFieldContainer = styled.div`
display: flex;
flex-direction: row;
width: fit-content;
max-width: 100%;
`;
const StyledCompactIconContainer = styled.div`