Merge pull request #698 from pratikb64/email-settings-fix

fix: ui alignment
This commit is contained in:
Pratik Badhe 2025-03-28 15:34:36 +05:30 committed by GitHub
commit 82599f91d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -8,8 +8,8 @@
</p>
</div>
<!-- email service provider selection -->
<div class="flex flex-wrap items-center gap-4">
<div v-for="s in services" :key="s.name" class="flex flex-col items-center gap-1 mt-4 min-w-3"
<div class="flex flex-wrap items-center">
<div v-for="s in services" :key="s.name" class="flex flex-col items-center gap-1 mt-4 w-[70px]"
@click="handleSelect(s)">
<EmailProviderIcon :service-name="s.name" :logo="s.icon" :selected="selectedService?.name === s?.name" />
</div>
@ -20,8 +20,7 @@
<CircleAlert class="w-5 h-6 text-blue-500 w-min-5 w-max-5 min-h-5 max-w-5" />
<div class="text-xs text-gray-700 text-wrap">
{{ selectedService.info }}
<a :href="selectedService.link" target="_blank" class="text-blue-500 underline">here</a>
.
<a :href="selectedService.link" target="_blank" class="text-blue-500 underline">here</a>.
</div>
</div>
<!-- service provider fields -->

View File

@ -29,7 +29,7 @@ export const incomingOutgoingFields = [
name: 'enable_incoming',
type: 'checkbox',
description:
'If enabled, tickets can be created from the incoming emails on this account.',
'If enabled, records can be created from the incoming emails on this account.',
},
{
label: 'Enable Outgoing',