Fix regression on RecordInlineCellContainer

This commit is contained in:
Charles Bochet
2024-01-11 18:20:06 +01:00
parent 4b97625f37
commit 2e571976fb
2 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ const StyledLabelAndIconContainer = styled.div`
const StyledValueContainer = styled.div`
display: flex;
overflow: hidden;
`;
const StyledLabel = styled.div<

View File

@ -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 {