Merge "Add mw-show-empty-elt to MW surfaces"

This commit is contained in:
jenkins-bot 2021-11-19 21:06:45 +00:00 committed by Gerrit Code Review
commit 2d6cae4684

View file

@ -23,7 +23,7 @@ ve.ui.MWSurface = function VeUiMWSurface() {
this.onDocumentViewLangChange();
this.$element.addClass( 've-ui-mwSurface' );
// T164790
this.getView().$attachedRootNode.addClass( 'mw-parser-output' );
this.getView().$attachedRootNode.addClass( 'mw-parser-output mw-show-empty-elt' );
};
/* Inheritance */