Skip to content

Commit

Permalink
Change stretch to flex-start
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfreder committed Feb 9, 2014
1 parent 135a2ae commit 7740731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/html/static/base/less/flexbox.less
Expand Up @@ -35,7 +35,7 @@ Browsers not listed, including Safari, are supported via the styling under the
/* Modern browsers */
display: flex;
flex-direction: row;
align-items: stretch;
align-items: flex-start;
}

.hbox > * {
Expand Down Expand Up @@ -67,7 +67,7 @@ Browsers not listed, including Safari, are supported via the styling under the
/* Modern browsers */
display: flex;
flex-direction: column;
align-items: stretch;
align-items: flex-start;
}

.vbox > * {
Expand Down

0 comments on commit 7740731

Please sign in to comment.