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