Skip to content

Commit

Permalink
change flex-basis for EuiPageBody
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankeairns committed Jan 30, 2019
1 parent badc85a commit c082247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page/page_body/_page_body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: flex;
flex-direction: column;
align-items: stretch;
flex: 1 1 0%;
flex: 1 1 100%;

&--restrictWidth-default,
&--restrictWidth-custom {
Expand Down

0 comments on commit c082247

Please sign in to comment.