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 76c054f commit 6cf36bfCopy full SHA for 6cf36bf
src/pages/changelog-next/index.astro
@@ -49,7 +49,7 @@ const props = {
49
</p>
50
</div>
51
<Steps>
52
- <ol class="!mt-0" data-products={productIds}>
+ <ol class="!mt-0 overflow-x-auto" data-products={productIds}>
53
<li class="mb-16">
54
<div>
55
<a
0 commit comments