mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
style(math): Set the default width of the math formula editing dialog
This commit is contained in:
parent
0f7ea60be1
commit
aff5a9c31d
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ export default class MathUI extends Plugin {
|
|||
Object.assign(textarea.style, {
|
||||
resize: 'both',
|
||||
height: '100px',
|
||||
width: '400px',
|
||||
minWidth: '100%',
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue