I’m not going to paste the entire computed style rules, but just going to point out the min-height does not appear in the inline style section, and the rule that applies is the 300px one from some of the more global stylesheets.
HTML as presented by the statement previewer in the game runner:
As shown in IDE:
This time we’re not even in inline CSS, it appears to be stripping my tags away altogether.
HTML is by far what’s taking me the longest in this game
PS: I’m now linking to here from the statement so people can get a readable version. Doesn’t remove the problem, but I may update the top picture every now and then.
I’m growing more and more weary of having to go through the entire package/build/deploy process to verify what should be trivial text fixes don’t break the entire presentation. They’re advertised as HTML templates FFS!
The absence of styling facilities is also starting to reveal itself as a nuisance.
I’m closer and closer by the day to just generating my sections as hand-drawn PNGs. At least I’d know what’s displayed on the other end.