mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +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 */
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.hbox > * {
|
||||
@ -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: flex-start;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.vbox > * {
|
||||
|
Loading…
Reference in New Issue
Block a user