chore: Update typography in contacts page
This commit is contained in:
@@ -280,11 +280,11 @@ onMounted(() => {
|
||||
</template>
|
||||
|
||||
<template #body>
|
||||
<LimitBanner class="mb-5" />
|
||||
<LimitBanner class="mb-5 z-20 relative" />
|
||||
<Banner
|
||||
v-if="pendingCount > 0 && bulkSelectedIds.size === 0"
|
||||
color="blue"
|
||||
class="mb-4 -mt-2"
|
||||
class="mb-4 -mt-2 z-20 relative"
|
||||
:action-label="$t('CAPTAIN.RESPONSES.PENDING_BANNER.ACTION')"
|
||||
@action="navigateToPendingFAQs"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user