Merge "LedeSectionDialog: Fix double scrollbars in some cases"

This commit is contained in:
jenkins-bot 2023-02-16 20:03:12 +00:00 committed by Gerrit Code Review
commit b384a7ffc6

View file

@ -24,7 +24,6 @@ LedeSectionDialog.prototype.initialize = function () {
LedeSectionDialog.super.prototype.initialize.call( this );
this.contentLayout = new OO.ui.PanelLayout( {
scrollable: true,
padded: true,
expanded: false,
classes: [ 'ext-discussiontools-ui-ledeSectionDialog-content', 'mw-parser-output', 'content' ]