FIX: more specific class name to avoid collision (#19428)
This commit is contained in:
parent
1719075352
commit
c748bee0f5
|
@ -364,7 +364,7 @@ createWidget("search-menu-results", {
|
||||||
if (["topic"].includes(rt.type)) {
|
if (["topic"].includes(rt.type)) {
|
||||||
const more = buildMoreNode(rt);
|
const more = buildMoreNode(rt);
|
||||||
if (more) {
|
if (more) {
|
||||||
resultNodeContents.push(h("div.show-more", more));
|
resultNodeContents.push(h("div.search-menu__show-more", more));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue