fix: Query history view button in SqlLab (#36540)

This commit is contained in:
Geidō
2025-12-31 15:18:59 +01:00
committed by GitHub
parent 7cd76e4647
commit d4ba44fce2
4 changed files with 214 additions and 50 deletions
@@ -39,3 +39,10 @@ export const StyledTooltip = styled(IconTooltip)`
}
}
`;
export const ModalResultSetWrapper = styled.div`
display: flex;
flex-direction: column;
overflow: hidden;
max-height: 50vh;
`;