rusackas commented on a change in pull request #12009:
URL:
https://github.com/apache/incubator-superset/pull/12009#discussion_r541222111
##########
File path: superset-frontend/src/chart/Chart.jsx
##########
@@ -87,6 +87,9 @@ const Styles = styled.div`
opacity: 0.75;
font-size: ${({ theme }) => theme.typography.sizes.s}px;
}
+ svg {
+ width: auto !important;
Review comment:
```suggestion
width: auto !important;
```
The above suggestion might also remove the need for `!important`... if
that's still not high enough specificity of a selector, we could perhaps play
other tricks, like the double ampersand trick, e.g. `&& > svg {`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]