rusackas commented on a change in pull request #14364:
URL: https://github.com/apache/superset/pull/14364#discussion_r622743908
##########
File path: superset-frontend/src/profile/components/App.tsx
##########
@@ -32,6 +31,14 @@ interface AppProps {
user: UserWithPermissionsAndRoles;
}
+const StyledPanel = styled.div`
+ padding: 10px;
Review comment:
This padding adds space around the entirety of the content area... this
wasn't in the original layout, and probably isn't needed in this one. It makes
the gutters pretty large. I would just take this out.
![Uploading padding.gif…]()
--
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]