Fix execution error message overflowing out of screen (#3762)

This commit is contained in:
Christian Byrne
2025-05-05 06:20:32 -07:00
committed by GitHub
parent b5ae354bec
commit 813bf11484
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
icon="pi pi-exclamation-circle"
:title="title"
:message="error.exceptionMessage"
:text-class="'break-words max-w-[60vw]'"
/>
<template v-if="error.extensionFile">
<span>{{ t('errorDialog.extensionFileHint') }}:</span>