The selector to underline teh content of the help tips panel relies on the class `HelpTipsPanel`, but in a subwiki, this class is replaced with `subwikiHelpTipsPanel`.
This explains the difference.
!image-2024-04-29-10-52-01-040.png!
This is a generic behaviour, the panel classes will be extended with the wiki they are on. We should instead rely on the panel ID that stays the same whatever the wiki (or use a CSS hack to accept a wildcard in the class name, which I'd rather avoid). |
|