https://bugzilla.wikimedia.org/show_bug.cgi?id=64572

Richard Morris <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Richard Morris <[email protected]> ---
The CSS problem is caused by this rule

.ve-ce-protectedNode, .ve-ce-protectedNode * {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  ...
}

MathJax makes heavy use of absolute positioning with elements like 

<span style="font-family: MathJax_Size4; position: absolute; top: -1.624em;
left: 0.003em;">⎜<span style="display: inline-block; width: 0px; height:
3.975em;"></span></span>

so the .ve-ce-protectedNode CSS overrides all the positioning creating the
mess.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to