Skip to content

Commit

Permalink
fix(sqllab): result set min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Aug 8, 2022
1 parent bb3871d commit da672a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit da672a4

Please sign in to comment.