mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: Add line height to metadata bar (#25268)
This commit is contained in:
committed by
GitHub
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;
|
||||
}
|
||||
`}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user