mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(react/settings): set 100% width for textarea
This commit is contained in:
		| @@ -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> | ||||||
|     ) |     ) | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user