mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Change stretch to flex-start
This commit is contained in:
parent
184a0933df
commit
ff14cabf7f
@ -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 > * {
|
||||
@ -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 > * {
|
||||
|
Loading…
Reference in New Issue
Block a user