martmull
2024-06-14 13:11:15 +02:00
committed by GitHub
parent be18ee4d7d
commit eaa2f83eb1

View File

@@ -34,7 +34,8 @@ const StyledLabelAndIconContainer = styled.div`
const StyledValueContainer = styled.div`
display: flex;
min-width: 100%;
flex-grow: 1;
min-width: 0;
`;
const StyledLabelContainer = styled.div<{ width?: number }>`