Skip to content

Commit 5734a6e

Browse files
fix(ui): inline notification font-size
Do not alter the inherited font size inside the inline notification. Co-authored-by: Andrea Leardini <andre8244@gmail.com>
1 parent f01c627 commit 5734a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/Settings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,12 @@
425425
>
426426
<template #description>
427427
<div class="flex flex-col gap-2">
428-
<p
428+
<div
429429
v-for="(detail, index) in validationErrorDetails"
430430
:key="index"
431431
>
432432
{{ detail }}
433-
</p>
433+
</div>
434434
</div>
435435
</template>
436436
</NsInlineNotification>

0 commit comments

Comments
 (0)