Merge "Make math dialog menu content scrollable"

This commit is contained in:
jenkins-bot 2015-12-03 21:34:13 +00:00 committed by Gerrit Code Review
commit 2b5a4fa98a
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@
.ve-ui-mwMathDialog-menuLayout > .oo-ui-menuLayout-content {
border-bottom: 1px solid #e6e6e6;
box-shadow: 0 1px 0 0 rgba( 0, 0, 0, 0.05 );
overflow: auto;
}
.ve-ui-mwMathPage-symbol {

View File

@ -101,7 +101,8 @@ ve.ui.MWMathDialog.prototype.initialize = function () {
this.input = new ve.ui.MWAceEditorWidget( {
multiline: true,
rows: 7,
autosize: true,
maxRows: 7,
autocomplete: 'live'
} ).setLanguage( 'latex' );