mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
fix alignment
This commit is contained in:
parent
00f88ee1be
commit
43d08b0795
5
IPython/html/static/style/ipython.min.css
vendored
5
IPython/html/static/style/ipython.min.css
vendored
@ -1527,7 +1527,10 @@ div.cell.text_cell.rendered {
|
||||
box-flex: 0;
|
||||
/* Modern browsers */
|
||||
flex: none;
|
||||
margin: 5px;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.widget-hbox input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
|
5
IPython/html/static/style/style.min.css
vendored
5
IPython/html/static/style/style.min.css
vendored
@ -9299,7 +9299,10 @@ div.cell.text_cell.rendered {
|
||||
box-flex: 0;
|
||||
/* Modern browsers */
|
||||
flex: none;
|
||||
margin: 5px;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.widget-hbox input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
|
@ -188,7 +188,10 @@
|
||||
.widget-hbox {
|
||||
/* Horizontal widgets */
|
||||
.hbox();
|
||||
margin: 5px;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-top: 9px;
|
||||
|
Loading…
Reference in New Issue
Block a user