Put contact icons on the same line

Saves vertical space
This commit is contained in:
Eli Ribble 2026-03-09 19:12:07 +00:00
parent d1f542efe9
commit 3185a17b25
No known key found for this signature in database

View file

@ -480,6 +480,8 @@
class="fw-medium"
x-text="selectedCommunication.public_report.reporter.name"
></div>
</div>
<div class="col-md-6">
<template
x-if="selectedCommunication.public_report.reporter.has_email"
>
@ -495,7 +497,6 @@
</label>
</template>
</div>
<div class="col-md-6"></div>
</div>
</div>
</div>