multiline CSS aligned to the top (#11582)

Updating CSS for inline cells so that multilie works fine and are
aligned to the top

Fixes
https://github.com/twentyhq/core-team-issues/issues/757?issue=twentyhq%7Ctwenty%7C11495
This commit is contained in:
Guillim
2025-04-15 15:15:37 +02:00
committed by GitHub
parent 7bab6cab41
commit 5c23b52c0d

View File

@ -34,10 +34,11 @@ const StyledIconContainer = styled.div`
const StyledLabelAndIconContainer = styled.div`
align-items: center;
align-self: flex-start;
color: ${({ theme }) => theme.font.color.tertiary};
display: flex;
gap: ${({ theme }) => theme.spacing(1)};
height: 18px;
height: 24px;
`;
const StyledValueContainer = styled.div`
@ -58,7 +59,6 @@ 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;