Skip to content

Commit ec49db5

Browse files
committed
Fix rule that gets applied on widgets
Signed-off-by: martinRenou <[email protected]>
1 parent d58ef88 commit ec49db5

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)