mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
a1d75042c0
New changes: 7d8ed7f Copy in some IE CSS hacks from ve-mw a2e962e Update OOjs UI to v0.1.0-pre (20c61ec865) d99c62f Update OOjs UI to v0.1.0-pre (d4cfcce969) 7fe02b3 Fix lots of spelling mistakes and typos Local changes: Remove redundant IE CSS rules since core's I013688c5 Bug: 73565 Change-Id: Ic60cd5290932ec38fab26492fffa17c3a8e91398
15 lines
326 B
CSS
15 lines
326 B
CSS
/* Force hasLayout so the <sup>'s box gets measured correctly */
|
|
.ve-ce-mwReferenceNode {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* Undo overflow: hidden; from MW CSS to work around hasLayout issue */
|
|
.ve-ce-surface h1,
|
|
.ve-ce-surface h2,
|
|
.ve-ce-surface h3,
|
|
.ve-ce-surface h4,
|
|
.ve-ce-surface h5,
|
|
.ve-ce-surface h6 {
|
|
overflow: visible;
|
|
}
|