Skip to content

Commit

Permalink
optimize detail box for multiple headers
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jul 22, 2024
1 parent 04462e6 commit b6dfd42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Frontend/src/components/MailDetailBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ withDefaults(defineProps<Props>(), {
<div
v-for="(detail, index) in details"
:key="`detail-${index}`"
:class="index > 0 ? 'q-mt-lg' : undefined"
>
<template v-if="preformatted">
<pre style="margin: 0px; word-wrap: break-word; white-space: break-spaces;">{{ detail }}</pre>
Expand Down

0 comments on commit b6dfd42

Please sign in to comment.