We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4040e commit ddf3ea1Copy full SHA for ddf3ea1
src/components/changelog/ProductPills.astro
@@ -16,7 +16,7 @@ const { products } = await props.parseAsync(Astro.props);
16
const data = await getEntries(products);
17
---
18
19
-<div class="flex flex-row gap-2">
+<div class="flex flex-row flex-wrap gap-2">
20
{
21
data.map((product) => (
22
<a href={product.data.product.url} class="no-underline">
0 commit comments