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:
@ -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 }>`
|
||||
|
||||
Reference in New Issue
Block a user