fix(sqllab): result set min-height (#21016)

This commit is contained in:
Jesse Yang 2022-08-08 20:52:52 -07:00 committed by GitHub
parent 554ed6495e
commit 58245dd7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ interface ResultSetState {
const ResultlessStyles = styled.div`
position: relative;
minheight: 100px;
min-height: 100px;
[role='alert'] {
margin-top: ${({ theme }) => theme.gridUnit * 2}px;
}