Increased inline relation field hover surface (#5809)

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: #5662
This commit is contained in:
RobertoSimonini1
2024-06-11 18:39:24 +02:00
committed by GitHub
parent 6d7782eb5a
commit 3328666308

View File

@ -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 }>`