Murali Singh
2025-04-15 18:12:21 +05:30
committed by GitHub
parent d6ae4d59f0
commit 9da2a74d9e
2 changed files with 1 additions and 2 deletions

View File

@ -58,6 +58,7 @@ const StyledInlineCellBaseContainer = styled.div`
width: 100%;
display: flex;
height: fit-content;
min-height: 24px;
gap: ${({ theme }) => theme.spacing(1)};
user-select: none;
align-items: center;

View File

@ -44,8 +44,6 @@ const StyledRecordInlineCellNormalModeInnerContainer = styled.div`
align-items: center;
color: ${({ theme }) => theme.font.color.primary};
height: fit-content;
padding-top: 3px;
padding-bottom: 3px;
overflow: hidden;
text-overflow: ellipsis;