Skip to content

Commit 51e999b

Browse files
gabalafouivanov
authored andcommitted
Fix selector for table-layout rule (pydata#1761)
1 parent dc93b1d commit 51e999b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/assets/styles/extensions/_notebooks.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/*******************************************************************************
1010
* nbsphinx
1111
*/
12-
html div.rendered_html
12+
html div.rendered_html,
1313
// NBsphinx ipywidgets output selector
1414
html .jp-RenderedHTMLCommon {
1515
table {

0 commit comments

Comments
 (0)