Skip to content

Commit

Permalink
fix: spacing in article search
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana authored Sep 13, 2024
1 parent 891fc56 commit b882193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/pages/ticket/TicketNewArticles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class="focus:ring-cyan-30 rounded-md border-2 border-hidden p-4 hover:bg-cyan-100 focus:outline-none focus:ring active:bg-cyan-50"
>
<RouterLink
class="group cursor-pointer space-x-1 hover:text-gray-900"
class="group cursor-pointer hover:text-gray-900"
:to="{
name: 'KBArticlePublic',
params: {
Expand Down

0 comments on commit b882193

Please sign in to comment.