ui: notes: use monospace font and make white-space pre-wrap in text area

can improve editing experience quite a bit when formating tables ore
the like.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-02 18:48:07 +02:00
parent c2cd0c9eb3
commit 959df7bf26

View File

@ -28,5 +28,9 @@ Ext.define('PVE.window.NotesEdit', {
height: '100%',
value: '',
hideLabel: true,
fieldStyle: {
'white-space': 'pre-wrap',
'font-family': 'monospace',
},
},
});