mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
committed by
GitHub
parent
9b0e6d0cc0
commit
75f927b9eb
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user