mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Correct height for checkbox widget
This commit is contained in:
parent
0a22217f7e
commit
54d6d18baf
IPython/html/static
1
IPython/html/static/style/ipython.min.css
vendored
1
IPython/html/static/style/ipython.min.css
vendored
@ -1432,6 +1432,7 @@ div.cell.text_cell.rendered {
|
||||
}
|
||||
.widget-hbox input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.widget-hbox .widget-label {
|
||||
/* Horizontal Label */
|
||||
|
1
IPython/html/static/style/style.min.css
vendored
1
IPython/html/static/style/style.min.css
vendored
@ -9301,6 +9301,7 @@ div.cell.text_cell.rendered {
|
||||
}
|
||||
.widget-hbox input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.widget-hbox .widget-label {
|
||||
/* Horizontal Label */
|
||||
|
@ -195,6 +195,7 @@
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.widget-label {
|
||||
|
Loading…
Reference in New Issue
Block a user