Skip to content

Commit ddf3ea1

Browse files
committed
flex-wrap to help with long entries
1 parent fd4040e commit ddf3ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/changelog/ProductPills.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { products } = await props.parseAsync(Astro.props);
1616
const data = await getEntries(products);
1717
---
1818

19-
<div class="flex flex-row gap-2">
19+
<div class="flex flex-row flex-wrap gap-2">
2020
{
2121
data.map((product) => (
2222
<a href={product.data.product.url} class="no-underline">

0 commit comments

Comments
 (0)