Skip to content

Commit c6a9011

Browse files
committed
Missed a default
1 parent 6de5fc7 commit c6a9011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/ui/_markdown_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def ui(
271271
content: TagChild = "",
272272
content_type: StreamingContentType = "markdown",
273273
auto_scroll: bool = True,
274-
width: CssUnit = "100%",
274+
width: CssUnit = "min(680px, 100%)",
275275
height: CssUnit = "auto",
276276
) -> Tag:
277277
"""

0 commit comments

Comments
 (0)