Skip to content

Commit

Permalink
Fix word wrap behavior in chat view (#178848)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Mar 31, 2023
1 parent 5f51fb0 commit cd4c51d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -119,6 +119,7 @@
.interactive-list .monaco-list-row .value {
white-space: normal;
min-height: 36px;
word-wrap: break-word;
}

.interactive-list .monaco-list-row .value > :last-child:not(.rendered-markdown) {
Expand Down Expand Up @@ -158,7 +159,6 @@
.interactive-list .monaco-list-row .monaco-tokenized-source,
.interactive-list .monaco-list-row code {
font-family: var(--monaco-monospace-font);
word-wrap: break-word;
}

.interactive-session .interactive-input-and-toolbar {
Expand Down

0 comments on commit cd4c51d

Please sign in to comment.