Fix overflow on notes (#5853)
##before  ##after 
This commit is contained in:
@ -34,7 +34,8 @@ const StyledLabelAndIconContainer = styled.div`
|
|||||||
|
|
||||||
const StyledValueContainer = styled.div`
|
const StyledValueContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 100%;
|
flex-grow: 1;
|
||||||
|
min-width: 0;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledLabelContainer = styled.div<{ width?: number }>`
|
const StyledLabelContainer = styled.div<{ width?: number }>`
|
||||||
|
|||||||
Reference in New Issue
Block a user