FIX: more specific class name to avoid collision (#19428)

This commit is contained in:
Kris 2022-12-12 15:02:51 -05:00 committed by GitHub
parent 1719075352
commit c748bee0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ createWidget("search-menu-results", {
if (["topic"].includes(rt.type)) {
const more = buildMoreNode(rt);
if (more) {
resultNodeContents.push(h("div.show-more", more));
resultNodeContents.push(h("div.search-menu__show-more", more));
}
}