mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix(sqllab): result set min-height (#21016)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user