From fdb55d2e01f32968f45b6d13d3414832258a0e93 Mon Sep 17 00:00:00 2001 From: wangsijie Date: Thu, 18 Jul 2024 11:13:16 +0800 Subject: [PATCH] fix(console): fix grant data card height --- .../MainContent/SettingsSection/InstructionTab/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx b/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx index 58455222e76..7fc7bedfe6c 100644 --- a/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx +++ b/packages/console/src/pages/CustomizeJwtDetails/MainContent/SettingsSection/InstructionTab/index.tsx @@ -91,7 +91,7 @@ function InstructionTab({ isActive }: Props) { language="typescript" className={styles.sampleCode} value={jwtCustomizerGrantContextTypeDefinition} - height="400px" + height="180px" theme="logto-dark" options={typeDefinitionCodeEditorOptions} />