Skip to content

Commit 4e10691

Browse files
committed
Revert "Add max height for message that is too large"
This reverts commit f5a025e.
1 parent f5a025e commit 4e10691

File tree

1 file changed

+0
-5
lines changed
  • packages/host/app/components/ai-assistant/message

1 file changed

+0
-5
lines changed

packages/host/app/components/ai-assistant/message/index.gts

-5
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ export default class AiAssistantMessage extends Component<Signature> {
215215
.is-error .content .cards > :deep(.card-pill .boxel-card-container) {
216216
background: var(--boxel-200);
217217
color: var(--boxel-500);
218-
max-height: 300px;
219-
}
220-
221-
.is-error .content code {
222-
text-overflow: ellipsis;
223218
}
224219
225220
.content > :deep(.patch-message) {

0 commit comments

Comments
 (0)