Skip to content

Commit f4a69ea

Browse files
Merge pull request #2007 from RitvikSardana/customer-portal-style
fix(styling): search related articles
2 parents 7d81285 + d7df084 commit f4a69ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

desk/src/components/layouts/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</span>
2323
</template>
2424
</SidebarLink>
25-
<div class="mb-4">
25+
<div class="mb-4" v-if="!isCustomerPortal">
2626
<div
2727
v-if="notificationStore.unread"
2828
class="absolute z-20 h-1.5 w-1.5 translate-x-6 translate-y-1 rounded-full bg-blue-400"

desk/src/pages/ticket/TicketNewArticles.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
v-if="!isEmpty(articles.data) && search.length > 2"
44
class="rounded border bg-cyan-50 px-5 py-3 text-base"
55
>
6-
<div class="mb-2 font-medium">
6+
<div class="mb-2 font-medium px-4">
77
These articles may already cover what you are looking for
88
<RouterLink
99
class="group cursor-pointer space-x-1 hover:text-gray-900"

0 commit comments

Comments
 (0)