From 0e9742df67a8ed9989264b8a48d0fe3dcc837ecf Mon Sep 17 00:00:00 2001 From: Tsaqif Date: Tue, 1 Oct 2024 10:10:57 +0700 Subject: [PATCH] Change max height of markdown Signed-off-by: Tsaqif --- src/styles/variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.ts b/src/styles/variables.ts index e80ec06b433..4bcda981584 100644 --- a/src/styles/variables.ts +++ b/src/styles/variables.ts @@ -246,7 +246,7 @@ export default { mushroomTopHatHeight: 128, bankButtonMargin: 23, textInputAutoGrowMaxHeight: 115, - markdownTextInputAutoGrowMaxHeight: 80, + markdownTextInputAutoGrowMaxHeight: 90, eReceiptBackgroundImageMinWidth: 217, searchTypeColumnWidth: 52,