Skip to content

Commit

Permalink
remove non-related auto
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Jul 28, 2023
1 parent f613700 commit ff8a6bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions superset-frontend/src/features/datasets/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ export const StyledLayoutWrapper = styled.div`
export const LeftColumn = styled.div<{ width?: number }>`
width: ${({ theme, width }) => width ?? theme.gridUnit * 80}px;
max-width: ${({ theme, width }) => width ?? theme.gridUnit * 80}px;
height: auto;
flex-direction: column;
flex: 1 0 auto;
`;

export const RightColumn = styled.div`
width: auto;
height: auto;
display: flex;
flex-direction: column;
flex-grow: 1;
Expand Down

0 comments on commit ff8a6bb

Please sign in to comment.