Skip to content

Commit

Permalink
fix: Fix overflow in AI Assistant chat messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 21, 2024
1 parent 5dea51a commit 5a4e07b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,14 @@ p {
border: var(--border-base);
border-top: 0;
height: 100%;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
padding-bottom: 250px; // make scrollable at the end
position: relative;
pre {
text-wrap: stable;
pre,
code {
text-wrap: wrap;
}
}
Expand Down

0 comments on commit 5a4e07b

Please sign in to comment.