fix: give error notification bodies a max height (#6826)

This commit is contained in:
Prospector
2026-07-22 11:54:51 -07:00
committed by GitHub
parent 96e2d95d02
commit 46cbb3be0c
@@ -77,7 +77,11 @@
</ButtonStyled> </ButtonStyled>
</div> </div>
<div v-if="item.type !== 'neutral'"></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"> <template v-if="item.errorCode">
<div></div> <div></div>
<div class="m-0 text-wrap text-xs font-medium text-secondary"> <div class="m-0 text-wrap text-xs font-medium text-secondary">