See screenshot:
Description
Details
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Hide extra space at the top of the single transclusion dialogs | Alex Monk | mediawiki/extensions/VisualEditor | master | +2 -10 |
Related Objects
Event Timeline
Seems the same in Apex to me. It's a hidden oo-ui-labelElement-label containing the template name, above the template page description.
It's because of how we try to hide the template page label on single transclusion dialogs (e.g. templates, citations): https://github.com/wikimedia/mediawiki-extensions-VisualEditor/blob/45518019eb8b668df42a5b3886be8031f578fdee/modules/ve-mw/ui/styles/dialogs/ve.ui.MWTransclusionDialog.css#L55-L61
We use all of that instead of display:none so we can fade it out (see transition lines above).
Just need to work out why it still takes up room.
Change 179551 had a related patch set uploaded (by Alex Monk):
Hide extra space at the top of the single transclusion dialogs
The transitions are currently broken, and I think a bit OTT given we are transitioning the width of the entire dialog. I suggest just display:none-ing them.
Change 179551 merged by jenkins-bot:
Hide extra space at the top of the single transclusion dialogs
