Skip to content

Commit

Permalink
Merge pull request #2007 from RitvikSardana/customer-portal-style
Browse files Browse the repository at this point in the history
fix(styling): search related articles
  • Loading branch information
RitvikSardana authored Oct 2, 2024
2 parents 7d81285 + d7df084 commit f4a69ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desk/src/components/layouts/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</span>
</template>
</SidebarLink>
<div class="mb-4">
<div class="mb-4" v-if="!isCustomerPortal">
<div
v-if="notificationStore.unread"
class="absolute z-20 h-1.5 w-1.5 translate-x-6 translate-y-1 rounded-full bg-blue-400"
Expand Down
2 changes: 1 addition & 1 deletion desk/src/pages/ticket/TicketNewArticles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
v-if="!isEmpty(articles.data) && search.length > 2"
class="rounded border bg-cyan-50 px-5 py-3 text-base"
>
<div class="mb-2 font-medium">
<div class="mb-2 font-medium px-4">
These articles may already cover what you are looking for
<RouterLink
class="group cursor-pointer space-x-1 hover:text-gray-900"
Expand Down

0 comments on commit f4a69ea

Please sign in to comment.