michael-s-molina commented on a change in pull request #15399:
URL: https://github.com/apache/superset/pull/15399#discussion_r660003219
##########
File path:
superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx
##########
@@ -146,86 +146,98 @@ const UnpaddedModal = styled(Modal)`
const VizPickerLayout = styled.div`
display: grid;
- grid-template-rows: auto 1fr 30%;
+ grid-template-rows: 1fr 35%;
+ grid-template-columns: 1fr 5fr;
+ grid-template-areas:
+ 'sidebar main'
+ 'details details';
height: 70vh;
`;
const SectionTitle = styled.h3`
margin-top: 0;
+ margin-bottom: ${({ theme }) => theme.gridUnit * 2}px;
font-size: ${({ theme }) => theme.gridUnit * 4}px;
Review comment:
I think if you use `l` it will be bigger than the modal title.
--
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]