Skip to content

Commit

Permalink
Merge branch 'main' into ollama-0.4-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Nov 26, 2024
2 parents 97e24a6 + ba97d6d commit 9efe068
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions js/chat/chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ shiny-user-message {
max-width: 100%;
}

shiny-user-message,
shiny-chat-message {
&[content_type="text"] {
white-space: pre;
overflow-x: auto;
}
}

shiny-chat-input {
margin-top: auto;
position: sticky;
Expand Down
2 changes: 1 addition & 1 deletion shiny/www/py-shiny/chat/chat.css

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

Loading

0 comments on commit 9efe068

Please sign in to comment.