mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
fix width overriden by 04abbe99
This commit is contained in:
parent
2b7310f794
commit
b20466386c
@ -223,17 +223,20 @@
|
||||
|
||||
.widget-hbox-single {
|
||||
/* Single line horizontal widgets */
|
||||
height : 30px;
|
||||
|
||||
.widget-hbox();
|
||||
height : 30px;
|
||||
}
|
||||
|
||||
.widget-vbox {
|
||||
/* Vertical widgets */
|
||||
.widget-box();
|
||||
.vbox();
|
||||
}
|
||||
|
||||
.widget-vbox-single {
|
||||
/* For vertical slides */
|
||||
.widget-vbox();
|
||||
width : 30px;
|
||||
|
||||
.widget-box();
|
||||
.vbox();
|
||||
}
|
||||
|
||||
.widget-modal {
|
||||
|
Loading…
Reference in New Issue
Block a user