1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-04-27 12:32:22 +02:00

UI: Style Undisclosed recipients in message view

This commit is contained in:
Ralph Slooten 2023-05-02 16:51:07 +12:00
parent 0d9b0cdc43
commit 60ea473acb

@ -195,7 +195,7 @@ export default {
<template v-if="i > 0">, </template>
<span class="text-nowrap">{{ t.Name + " &lt;" + t.Address + "&gt;" }}</span>
</span>
<span v-else>Undisclosed recipients</span>
<span v-else class="text-muted">[Undisclosed recipients]</span>
</td>
</tr>
<tr v-if="message.Cc && message.Cc.length" class="small">