Skip to content

Commit

Permalink
fix: dont limit text block height in chat panel (#7754)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Aug 6, 2024
1 parent ca7c221 commit de7933c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class ActionText extends WithDisposable(LitElement) {
>
${createTextRenderer(this.host, {
customHeading: true,
maxHeight: 160,
})(originalText)}
</div>
</action-wrapper>`;
Expand Down

0 comments on commit de7933c

Please sign in to comment.