The math tag with the attribute display="block" displays with CSS display set to block, and on desktop it is indented. Recently, on English Wikipedia it no longer indents and sometimes even displays on the same line as the preceding content (despite still being display:block, according to my inspector). Both behaviours are wrong. (It appears the formula displays in a span; possibly this is a change from before this issue arose when it displayed in a div, but I don't know if that's the case.)
Test case: https://en.wikipedia.org/wiki/User:Hairy_Dude/mathblock
This screenshot was taken with desktop Firefox by using the mobile preview button in the inspector, which reflects how it displays in mobile Firefox. The first example has no line break between the {{lorem}} and the opening <math> tag. The second has one line break. The first example displays on the same line as the paragraph before it (inside the same <p> element); the second has no indent. If you add a second line break (a blank line), there is a spurious <br> - under no other circumstances that I know of will a blank line in wikitext cause a <br> rather than just a paragraph break. A third line break (two blank lines) produces an empty paragraph instead, as expected.



