Skip to content

Commit e77db6c

Browse files
authored
Merge pull request #60 from rstudio/report-size-and-theme
Report size and theme of output_widget
2 parents c2588c4 + 6cefa2f commit e77db6c

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)