mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 11:36:05 +00:00
fix: give error notification bodies a max height (#6826)
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user