Screenshots:    @Bonapara Can you confirm is this what you expected ?
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user