Skip to content

Commit

Permalink
Make gaps consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Oct 2, 2024
1 parent ac246d2 commit 0de7327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/event/event-details-row-expanded.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@
}
.detail-row {
@apply flex w-full items-center gap-4 py-1 text-left xl:flex;
@apply flex w-full items-center gap-2 py-1 text-left xl:flex;
}
</style>
2 changes: 1 addition & 1 deletion src/lib/components/event/event-link.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</script>

<div
class="flex max-w-lg flex-row items-center gap-1 gap-2 overflow-hidden first:pt-0 last:border-b-0 xl:max-w-xl {$$props.class}"
class="flex max-w-lg flex-row items-center gap-2 overflow-hidden first:pt-0 last:border-b-0 xl:max-w-xl {$$props.class}"
>
<p class="max-w-fit whitespace-nowrap text-right text-sm" class:text-xs={xs}>
{label}
Expand Down

0 comments on commit 0de7327

Please sign in to comment.