From 4c6e0df262f348bd6a27d88ff16c8fe3bd44be20 Mon Sep 17 00:00:00 2001 From: Brandon Dow Date: Wed, 27 Sep 2023 16:50:53 -0400 Subject: [PATCH] fix: Put padding back for readOnly textarea --- src/inputs/TextFieldBase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputs/TextFieldBase.tsx b/src/inputs/TextFieldBase.tsx index 839ba2ae3..402568a27 100644 --- a/src/inputs/TextFieldBase.tsx +++ b/src/inputs/TextFieldBase.tsx @@ -207,7 +207,7 @@ export function TextFieldBase>(props: TextFieldB )} {multiline ? (inputProps.value as string | undefined)?.split("\n\n").map((p, i) => ( -

+

{p.split("\n").map((sentence, j) => ( {sentence}