mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
fix: give error notification bodies a max height
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user