Put contact icons on the same line
Saves vertical space
This commit is contained in:
parent
d1f542efe9
commit
3185a17b25
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue