1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

Chore: Use consistent margins for Mailpit label if set

This commit is contained in:
Ralph Slooten
2024-09-07 17:34:42 +12:00
parent bd5c450294
commit 56f1138f8e
3 changed files with 12 additions and 9 deletions

View File

@ -65,9 +65,10 @@ export default {
<template>
<template v-if="!modals">
<div class="text-center badge text-bg-primary py-2 mt-2 w-100 text-truncate fw-normal"
v-if="mailbox.uiConfig.Label">
{{ mailbox.uiConfig.Label }}
<div class="text-center badge text-bg-primary py-2 my-2 w-100" v-if="mailbox.uiConfig.Label">
<div class="text-truncate fw-normal">
{{ mailbox.uiConfig.Label }}
</div>
</div>
<div class="list-group my-2" :class="mailbox.uiConfig.Label ? 'mt-0' : ''">