Skip to content

Commit

Permalink
chore(fileitem): fixed width timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <theevansong@gmail.com>
  • Loading branch information
ferothefox committed Oct 26, 2024
1 parent 7b358fe commit 9c1632b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/frontend/src/components/ui/servers/FileItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
</div>

<div data-pyro-file-actions class="flex w-fit flex-shrink-0 items-center gap-4">
<span class="w-full text-nowrap font-mono text-sm text-secondary">{{ formattedDate }}</span>
<span class="w-[160px] text-nowrap text-left font-mono text-sm text-secondary">{{
formattedDate
}}</span>
<ButtonStyled type="transparent">
<UiServersTeleportOverflowMenu :options="menuOptions" direction="left" position="bottom">
<MoreHorizontalIcon class="h-5 w-5 bg-transparent" />
Expand Down

0 comments on commit 9c1632b

Please sign in to comment.