Skip to content

Commit

Permalink
Merge pull request #257 from worldaffairsconference/peter
Browse files Browse the repository at this point in the history
fix: fixed schedule date overflowing onto next line
  • Loading branch information
principle105 authored Mar 4, 2024
2 parents 78902b0 + e7847eb commit 6f5fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(other)/schedule/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
minute: "numeric"
})}
<div class="flex md:gap-8 gap-2 md:flex-row flex-col">
<div class="w-36 text-zinc-400 flex-shrink-0">
<div class="w-40 text-zinc-400 flex-shrink-0">
{startTimeDisplay} - {endTimeDisplay}
</div>
<div class="flex-col md:flex hidden">
Expand Down

0 comments on commit 6f5fdae

Please sign in to comment.