Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions R/markdown-stream.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ output_markdown_stream <- function(
content = "",
content_type = "markdown",
auto_scroll = TRUE,
width = "100%",
width = "min(680px, 100%)",
height = "auto"
) {

Expand All @@ -63,7 +63,8 @@ output_markdown_stream <- function(
id = id,
style = css(
width = width,
height = height
height = height,
margin = "0 auto"
),
content = ui[["html"]],
"content-type" = content_type,
Expand Down
2 changes: 1 addition & 1 deletion inst/lib/shiny/GIT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9b613752c110130667e17d17a7bbec5ac31a8977
29a1c66250368a93dab4b15eab1fc3325600f811
2 changes: 1 addition & 1 deletion inst/lib/shiny/chat/chat.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions inst/lib/shiny/chat/chat.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading