fix: ui alignment
This commit is contained in:
parent
55112cefa9
commit
8fa156f625
@ -8,8 +8,8 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- email service provider selection -->
|
<!-- email service provider selection -->
|
||||||
<div class="flex flex-wrap items-center gap-4">
|
<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 min-w-3"
|
<div v-for="s in services" :key="s.name" class="flex flex-col items-center gap-1 mt-4 w-[70px]"
|
||||||
@click="handleSelect(s)">
|
@click="handleSelect(s)">
|
||||||
<EmailProviderIcon :service-name="s.name" :logo="s.icon" :selected="selectedService?.name === s?.name" />
|
<EmailProviderIcon :service-name="s.name" :logo="s.icon" :selected="selectedService?.name === s?.name" />
|
||||||
</div>
|
</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" />
|
<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">
|
<div class="text-xs text-gray-700 text-wrap">
|
||||||
{{ selectedService.info }}
|
{{ 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>
|
||||||
</div>
|
</div>
|
||||||
<!-- service provider fields -->
|
<!-- service provider fields -->
|
||||||
|
|||||||
@ -29,7 +29,7 @@ export const incomingOutgoingFields = [
|
|||||||
name: 'enable_incoming',
|
name: 'enable_incoming',
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
description:
|
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',
|
label: 'Enable Outgoing',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user