fix: Add line height to metadata bar (#25268)

This commit is contained in:
Kamil Gabryjelski
2023-09-12 15:11:34 +02:00
committed by GitHub
parent 55ac01b675
commit 242921bb4c

View File

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