Skip to content

Commit ae4f2ed

Browse files
KianNHharshil1712
authored andcommitted
[Docs Site] Increase glossary rows added on "view more terms" click (#17955)
1 parent 3271cb8 commit ae4f2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Glossary.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const INITIAL_VISIBLE_ROWS = 20;
9393
if (rows.length === 0) {
9494
button?.classList.add("hidden");
9595
}
96-
const extraRows = Array.from(rows).slice(0, 5);
96+
const extraRows = Array.from(rows).slice(0, 20);
9797

9898
extraRows.forEach((row) => row.classList.remove("hidden"));
9999
}

0 commit comments

Comments
 (0)