Files
P42_UI/app/views/comms/mailings/sheet/dialogs/MailingDuplicatesDialog.html
T
2025-08-27 07:03:09 +00:00

18 lines
487 B
HTML

<style>
.dups-dialog li.row{ grid-template-columns: 1fr 2fr 5rem;}
.dups-dialog .cell ul{ list-style: none; }
.dups-dialog section.dups section{max-height: 50vh;}
</style>
<div class="dups-dialog">
<section class="dups">
<article eiccard eiccard>
<header>Duplicate emails found across your sources:</header>
<section>
<div data-output="dupsGrid"></div>
</section>
</article>
</section>
</div>