Skip to content

Commit

Permalink
fix: Add line height to metadata bar (#25268)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Sep 12, 2023
1 parent 55ac01b commit 242921b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`}
`;
Expand Down

0 comments on commit 242921b

Please sign in to comment.