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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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