Skip to content

Commit

Permalink
Increased inline relation field hover surface (twentyhq#5809)
Browse files Browse the repository at this point in the history
I increased the inline relation of the relations fields, now the edit
pen is visible when hovering the icon and not only the label.
this aims to fix: twentyhq#5662
  • Loading branch information
RobertoSimonini1 authored Jun 11, 2024
1 parent 6d7782e commit 3328666
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const StyledLabelAndIconContainer = styled.div`

const StyledValueContainer = styled.div`
display: flex;
min-width: 0;
min-width: 100%;
`;

const StyledLabelContainer = styled.div<{ width?: number }>`
Expand Down

0 comments on commit 3328666

Please sign in to comment.