For some reason, the links for the first "td" row of my wiki's "wikitable" can't be clicked on, and I don't know if it's a bug or what. I have an example of what I mean; just go to where it says "Duels": https://chronixii.miraheze.org/wiki/Mira_Yukiko
#"Wikitable" bug?
9 messages · Page 1 of 1 (latest)
I don't know if I'm doing anything wrong, but I did try it on its CSS page (https://chronixii.miraheze.org/wiki/MediaWiki:Common.css), but I didn't see any code for the mw-headline class, or anything like that.
I don't think it comes from common.css. I think it's the skin's problem because this problem goes away when I switch to vector-2022.
Adding these to your Common.css should fix it
span.mw-headline {
margin-top: 0 !important;
padding-top: 0 !important;
}
I see. Well, I tried it, and you're right, it worked. Thank you!
I truly don't mean to be a bother like this, but I think I have two more issues I'd like resolved. First, on the page I've been referencing, the "edit" link next to "Early Life" is blocked, too. Additionally, for her "Decklist", there's some unnecessary spacing, and I'm wondering how to remove it. This page should help, if necessary.
For the second issue, see https://chronixii.miraheze.org/wiki/User:PetraMagna/sandbox. You have extra spaces between #if statements. Excessive empty lines will be rendered as an empty paragraph, creating the extra spaces you are seeing. Deleting the extra lines fixes the problem for most cases, but if multiple #if statements evaluate to false, you might see these spaces again (see https://bluearchive.wiki/wiki/User:PetraMagna/sandbox?oldid=91470 for details).
"edit" is not blocked on my browser, so you may need to share a screenshot and/or try using your browser's developer tools to find out what is blocking the edit button.