mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
style(math): Set the default width of the math formula editing dialog
This commit is contained in:
parent
0f7ea60be1
commit
aff5a9c31d
@ -126,6 +126,7 @@ export default class MathUI extends Plugin {
|
|||||||
Object.assign(textarea.style, {
|
Object.assign(textarea.style, {
|
||||||
resize: 'both',
|
resize: 'both',
|
||||||
height: '100px',
|
height: '100px',
|
||||||
|
width: '400px',
|
||||||
minWidth: '100%',
|
minWidth: '100%',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user