Skip to content

Commit

Permalink
Centered blank states vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Mar 11, 2022
1 parent b34a7c8 commit ebb3102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ interface QueryHistoryProps {
}

const StyledEmptyStateWrapper = styled.div`
height: 100%;
.ant-empty-image img {
margin-right: 28px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const StyledPane = styled.div`
`;

const StyledEmptyStateWrapper = styled.div`
height: 100%;
.ant-empty-image img {
margin-right: 28px;
}
Expand Down

0 comments on commit ebb3102

Please sign in to comment.