Fixed board card field max width (#6061)
Add a max-width to prevent overflow of board card fields
This commit is contained in:
@ -117,6 +117,7 @@ const StyledFieldContainer = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
max-width: 100%;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledCompactIconContainer = styled.div`
|
const StyledCompactIconContainer = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user