fix: Add line height to metadata bar (#25268)
This commit is contained in:
parent
55ac01b675
commit
242921bb4c
|
|
@ -104,6 +104,7 @@ const StyledItem = styled.div<{
|
|||
text-overflow: ${collapsed ? 'unset' : 'ellipsis'};
|
||||
white-space: nowrap;
|
||||
text-decoration: ${onClick ? 'underline' : 'none'};
|
||||
line-height: 1.4;
|
||||
}
|
||||
`}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue