feat(user-picker): fix style issue

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Julien Veyssier 2026-01-14 12:48:20 +01:00
parent 20453312bd
commit e29349cd9f
No known key found for this signature in database
GPG key ID: 4141FEE162030638

View file

@ -7,7 +7,7 @@
<a :href="richObject.url" target="_blank">
<AccountOutline :size="20" />
<strong>
{{ richObject.email !== null ? richObject.title + ' - ' + richObject.email : richObject.title }}
AAA {{ richObject.email !== null ? richObject.title + ' - ' + richObject.email : richObject.title }}
</strong>
</a>
</div>
@ -106,7 +106,7 @@ export default {
&__header {
width: 100%;
min-height: 70px;
padding-left: 12px;
padding: 0 12px;
background-color: var(--color-primary);
background-image: var(--gradient-primary-background);
position: relative;