Skip to content

Commit

Permalink
fix: improved tag wrap width
Browse files Browse the repository at this point in the history
  • Loading branch information
benjasper committed Nov 10, 2023
1 parent 653bf32 commit 5bfc79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AirportSearchDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const AirportSearchDetail: Component = () => {
</h1>
<span class="mt-1 text-lg">{airportStore.airport!.name}</span>

<div class="flex max-w-md flex-wrap justify-center gap-2 pt-4">
<div class="flex max-w-lg flex-wrap justify-center gap-2 pt-4">
<Tag>
<IoLocationSharp class="my-auto" />
<Show when={airportStore.airport!.municipality}>
Expand Down

1 comment on commit 5bfc79f

@vercel
Copy link

@vercel vercel bot commented on 5bfc79f Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.