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

Fix: Prevent cropping bottom of label characters in web UI (#457)

This commit is contained in:
Ralph Slooten
2025-03-08 22:49:07 +13:00
parent 9a1f3a6bb5
commit 39886cf57c
3 changed files with 3 additions and 3 deletions

View File

@ -570,7 +570,7 @@ export default {
<div class="row flex-fill" style="min-height:0">
<div class="d-none d-xl-flex col-xl-3 h-100 flex-column">
<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">
<div class="text-truncate fw-normal" style="line-height: 1rem">
{{ mailbox.uiConfig.Label }}
</div>
</div>