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 822d0b9 commit 4d00678Copy full SHA for 4d00678
src/components/Glossary.astro
@@ -93,7 +93,7 @@ const INITIAL_VISIBLE_ROWS = 20;
93
if (rows.length === 0) {
94
button?.classList.add("hidden");
95
}
96
- const extraRows = Array.from(rows).slice(0, 5);
+ const extraRows = Array.from(rows).slice(0, 20);
97
98
extraRows.forEach((row) => row.classList.remove("hidden"));
99
0 commit comments