mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
fab css
This commit is contained in:
parent
a7e7f95ef1
commit
f81d88aebf
1
IPython/html/static/style/ipython.min.css
vendored
1
IPython/html/static/style/ipython.min.css
vendored
@ -1521,6 +1521,7 @@ div.cell.text_cell.rendered {
|
|||||||
box-flex: 0;
|
box-flex: 0;
|
||||||
/* Modern browsers */
|
/* Modern browsers */
|
||||||
flex: none;
|
flex: none;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.widget-hbox input[type="checkbox"] {
|
.widget-hbox input[type="checkbox"] {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
|
1
IPython/html/static/style/style.min.css
vendored
1
IPython/html/static/style/style.min.css
vendored
@ -9293,6 +9293,7 @@ div.cell.text_cell.rendered {
|
|||||||
box-flex: 0;
|
box-flex: 0;
|
||||||
/* Modern browsers */
|
/* Modern browsers */
|
||||||
flex: none;
|
flex: none;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.widget-hbox input[type="checkbox"] {
|
.widget-hbox input[type="checkbox"] {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
|
Loading…
Reference in New Issue
Block a user