Skip to content

Commit

Permalink
fix(styles): email area
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Oct 25, 2024
1 parent 41b9f2d commit a855a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desk/src/components/CommentBox.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex-col text-base">
<div class="mb-1 ml-0.5 flex items-center justify-between">
<div class="text-gray-600 flex items-center gap-1">
<div class="text-gray-600 flex items-center gap-2">
<Avatar
size="sm"
:label="commenter"
Expand All @@ -17,7 +17,7 @@
</span>
</p>
</div>
<div class="flex gap-1 items-center">
<div class="flex items-center">
<Tooltip :text="dateFormat(creation, dateTooltipFormat)">
<span class="pl-0.5 text-sm text-gray-600">
{{ timeAgo(creation) }}
Expand Down

0 comments on commit a855a43

Please sign in to comment.