rusackas commented on a change in pull request #15853:
URL: https://github.com/apache/superset/pull/15853#discussion_r679331682
##########
File path: superset-frontend/src/views/CRUD/welcome/Welcome.tsx
##########
@@ -83,6 +83,16 @@ const WelcomeContainer = styled.div`
.ant-card.ant-card-bordered {
border: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
}
+ .ant-collapse-item .ant-collapse-content {
+ margin-bottom: ${({ theme }) => theme.gridUnit * -6.25}px;
Review comment:
```suggestion
margin-bottom: ${({ theme }) => theme.gridUnit * -6}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]