fix: give error notification bodies a max height

This commit is contained in:
Prospector
2026-07-22 10:49:01 -07:00
parent 96e2d95d02
commit 9c97813fe8
@@ -77,7 +77,11 @@
</ButtonStyled>
</div>
<div v-if="item.type !== 'neutral'"></div>
<div class="col-span-2 whitespace-pre-wrap text-sm text-primary">{{ item.text }}</div>
<div
class="col-span-2 whitespace-pre-wrap text-sm text-primary max-h-[80vh] overflow-y-auto"
>
{{ item.text }}
</div>
<template v-if="item.errorCode">
<div></div>
<div class="m-0 text-wrap text-xs font-medium text-secondary">