mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Merge pull request #6922 from SylvainCorlay/checkbox_height
Correct height for the checkbox widget
This commit is contained in:
commit
dcfaaf6acb
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…
x
Reference in New Issue
Block a user