Fix regression on RecordInlineCellContainer
This commit is contained in:
@ -36,7 +36,6 @@ const StyledLabelAndIconContainer = styled.div`
|
||||
|
||||
const StyledValueContainer = styled.div`
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
`;
|
||||
|
||||
const StyledLabel = styled.div<
|
||||
|
||||
@ -9,7 +9,6 @@ const StyledPropertyBoxContainer = styled.div`
|
||||
flex-direction: column;
|
||||
gap: ${({ theme }) => theme.spacing(2)};
|
||||
padding: ${({ theme }) => theme.spacing(3)};
|
||||
overflow: hidden;
|
||||
`;
|
||||
|
||||
interface PropertyBoxProps {
|
||||
|
||||
Reference in New Issue
Block a user