Fix some flexbox errors with the UI Framework docs. (#11719) (#11720)

This commit is contained in:
CJ Cenizal 2017-05-10 18:01:14 -07:00 committed by GitHub
parent 0c3bb057e2
commit d2587a8100
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
.guidePage {
display: flex;
flex: 1 0 auto;
padding-bottom: 20px;
}
.guidePageBody {

View file

@ -57,7 +57,7 @@ body {
position: relative;
display: flex;
justify-content: center;
flex: 1 1 auto;
flex: 1 0 auto;
background-color: #ffffff;
}