Skip to content

Commit 6cefa2f

Browse files
authored
Report size and theme of output_widget
1 parent c2588c4 commit 6cefa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shinywidgets/_shinywidgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def output_widget(
4545
*libembed_dependency(),
4646
output_binding_dependency(),
4747
id=id,
48-
class_="shiny-ipywidget-output",
48+
class_="shiny-ipywidget-output shiny-report-size shiny-report-theme",
4949
style=css(width=width, height=height),
5050
)
5151

0 commit comments

Comments
 (0)