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

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));
}
}