rusackas commented on code in PR #30886:
URL: https://github.com/apache/superset/pull/30886#discussion_r1836855866
##########
superset-frontend/src/dashboard/components/gridComponents/ChartHolder.tsx:
##########
@@ -76,6 +76,7 @@ const fullSizeStyle = css`
z-index: 3000;
left: 0;
top: 0;
+ padding:10px;
Review Comment:
Needs a space after the colon to pass linting, but we'd also prefer to use
"gridUnits" where possible. Is 8px enough for this instance?
```suggestion
padding: ${theme.gridUnit * 2}px;
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]