diff --git a/assets/mixins.scss b/assets/mixins.scss index 9df4e65d..ac624609 100644 --- a/assets/mixins.scss +++ b/assets/mixins.scss @@ -16,7 +16,7 @@ } @mixin layout-body { - @apply flex flex-col flex-1 pt-12 h-full; + @apply flex flex-col flex-1 pt-12; } @mixin text-muted { diff --git a/pages/smtp/[id].vue b/pages/smtp/[id].vue index eff8ab5d..fe031ed1 100644 --- a/pages/smtp/[id].vue +++ b/pages/smtp/[id].vue @@ -110,5 +110,6 @@ export default defineComponent({ .smtp-event__body { @include layout-body; + @apply h-full; } diff --git a/src/entities/monolog/lib/use-monolog/normalize-monolog.ts b/src/entities/monolog/lib/use-monolog/normalize-monolog.ts index 654c0291..f918b1a4 100644 --- a/src/entities/monolog/lib/use-monolog/normalize-monolog.ts +++ b/src/entities/monolog/lib/use-monolog/normalize-monolog.ts @@ -6,8 +6,8 @@ export const normalizeMonolog = (event: ServerEvent): NormalizedEvent