mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 15:36:47 +00:00
Use monospace font for editing custom maps (JSON)
Change-Id: Ic1c6bd0194251ab4eaefb876bdb04ce9b7bcf6e5
This commit is contained in:
parent
4ab9e38274
commit
0d8ac1fc82
|
@ -142,7 +142,7 @@ Dialog.prototype.initialize = function () {
|
|||
|
||||
// Maps panel
|
||||
this.templateMapsInput = new OO.ui.MultilineTextInputWidget( {
|
||||
classes: [ 'mw-templateData-template-maps-input' ],
|
||||
classes: [ 'mw-templateData-template-maps-input mw-editfont-monospace' ],
|
||||
autosize: true,
|
||||
rows: this.getBodyHeight() / 22.5,
|
||||
maxRows: this.getBodyHeight() / 22.5,
|
||||
|
|
Loading…
Reference in a new issue