mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 23:42:41 +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%',
|
height: '100%',
|
||||||
value: '',
|
value: '',
|
||||||
hideLabel: true,
|
hideLabel: true,
|
||||||
|
fieldStyle: {
|
||||||
|
'white-space': 'pre-wrap',
|
||||||
|
'font-family': 'monospace',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user