mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 21:53:40 +00:00
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:
parent
c2cd0c9eb3
commit
959df7bf26
@ -28,5 +28,9 @@ Ext.define('PVE.window.NotesEdit', {
|
||||
height: '100%',
|
||||
value: '',
|
||||
hideLabel: true,
|
||||
fieldStyle: {
|
||||
'white-space': 'pre-wrap',
|
||||
'font-family': 'monospace',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user