mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
fix(explore): Certified metric icons are various sizes (#12690)
This commit is contained in:
@@ -153,9 +153,14 @@ const LabelContainer = styled.div`
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.metric-option > .option-label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.metric-option {
|
||||
& > svg {
|
||||
min-width: ${({ theme }) => `${theme.gridUnit * 4}px`};
|
||||
}
|
||||
& > .option-label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user