mirror of
https://github.com/apache/superset.git
synced 2026-09-07 07:44:37 +00:00
fix: Query history view button in SqlLab (#36540)
This commit is contained in:
@@ -39,3 +39,10 @@ export const StyledTooltip = styled(IconTooltip)`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const ModalResultSetWrapper = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
max-height: 50vh;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user