Skip to content

Commit

Permalink
Fix some flexbox errors with the UI Framework docs. (#11719) (#11720)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored May 11, 2017
1 parent 0c3bb05 commit d2587a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

.guidePage {
display: flex;
flex: 1 0 auto;
padding-bottom: 20px;
}

.guidePageBody {
Expand Down
2 changes: 1 addition & 1 deletion ui_framework/doc_site/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ body {
position: relative;
display: flex;
justify-content: center;
flex: 1 1 auto;
flex: 1 0 auto;
background-color: #ffffff;
}

Expand Down

0 comments on commit d2587a8

Please sign in to comment.