fix: dont limit text block height in chat panel (#7754)

fix PD-1368
This commit is contained in:
darkskygit
2024-08-06 08:25:27 +00:00
parent ca7c221d23
commit de7933c1dd

View File

@@ -43,7 +43,6 @@ export class ActionText extends WithDisposable(LitElement) {
>
${createTextRenderer(this.host, {
customHeading: true,
maxHeight: 160,
})(originalText)}
</div>
</action-wrapper>`;