Skip to content

Commit

Permalink
fix whitepagewrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Sep 24, 2020
1 parent 8e9c563 commit 267f2e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { gutterTimeline } from '../../../common/lib/helpers';
export const WhitePageWrapper = styled.div`
background-color: ${({ theme }) => theme.eui.euiColorEmptyShade};
border-top: ${({ theme }) => theme.eui.euiBorderThin};
height: 100%;
min-height: 100vh;
`;

Expand Down

0 comments on commit 267f2e6

Please sign in to comment.