mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(react/settings): set 100% width for textarea
This commit is contained in:
parent
cddf9f0242
commit
f00b8e9522
@ -10,6 +10,7 @@ export default function FormTextArea({ onBlur, rows, currentValue }: FormTextAre
|
|||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
onBlur?.(e.currentTarget.value);
|
onBlur?.(e.currentTarget.value);
|
||||||
}}
|
}}
|
||||||
|
style={{ width: "100%" }}
|
||||||
>{currentValue}</textarea>
|
>{currentValue}</textarea>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user