Fixes control panel fields styling (#12236) (#12326)

This commit is contained in:
Michael S. Molina
2021-01-11 21:47:10 -03:00
committed by GitHub
parent 9b0e6d0cc0
commit 75f927b9eb
13 changed files with 76 additions and 52 deletions

View File

@@ -81,10 +81,10 @@ const Styles = styled.div`
border-top: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
.explore-column {
display: flex;
flex: 0 0 ${({ theme }) => theme.gridUnit * 80}px;
flex: 0 0 ${({ theme }) => theme.gridUnit * 95}px;
flex-direction: column;
padding: ${({ theme }) => 2 * theme.gridUnit}px 0;
max-width: ${({ theme }) => theme.gridUnit * 80}px;
max-width: ${({ theme }) => theme.gridUnit * 95}px;
max-height: 100%;
}
.data-source-selection {