mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Revert "Change stretch to flex-start"
This reverts commit 774073116dd4195037c452d48f05b432bba38801.
This commit is contained in:
parent
6568dd5d71
commit
af5b5cea7d
@ -35,7 +35,7 @@ Browsers not listed, including Safari, are supported via the styling under the
|
|||||||
/* Modern browsers */
|
/* Modern browsers */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hbox > * {
|
.hbox > * {
|
||||||
@ -67,7 +67,7 @@ Browsers not listed, including Safari, are supported via the styling under the
|
|||||||
/* Modern browsers */
|
/* Modern browsers */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vbox > * {
|
.vbox > * {
|
||||||
|
Loading…
Reference in New Issue
Block a user