Skip to content

Commit eee6ecb

Browse files
authored
Merge pull request #97 from martinRenou/fix_rule
Fix rule that gets applied on widgets
2 parents d58ef88 + ec49db5 commit eee6ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_sphinx/css/jupyter-sphinx.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ div.jupyter_container {
5757
div.jupyter_container div.highlight {
5858
background-color: #f7f7f7; /* for haiku */
5959
}
60-
div.jupyter_container * {
60+
div.jupyter_container {
6161
padding: 0;
6262
margin: 0;
6363
}

0 commit comments

Comments
 (0)