mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Apply the min-width to the side panels themselves instead of to the children, which seems not to work
This commit is contained in:
parent
239e5b931c
commit
7f326933b1
@ -23,15 +23,11 @@
|
||||
|
||||
/* Stack panels */
|
||||
|
||||
#jp-left-stack > .lm-Widget,
|
||||
#jp-right-stack > .lm-Widget {
|
||||
min-width: var(--jp-sidebar-min-width);
|
||||
}
|
||||
|
||||
#jp-right-stack,
|
||||
#jp-left-stack {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: var(--jp-sidebar-min-width);
|
||||
}
|
||||
|
||||
#jp-right-stack {
|
||||
|
Loading…
Reference in New Issue
Block a user