|
|
|
|
|
by sdougbrown
4410 days ago
|
|
Yeah looks like it's a typo in the CSS. There's a unitless height value that's generally ignored but causes problems for some browsers apparently. A fix should go out in the next deploy, but in the meantime you can apply a local style to fix it (for the curious)... .page-whatsnew .site-wrapper--static, .page-whatsnew .content-wrap, .blk--whatsnew { height: auto; } |
|