mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): fix grant data card height (#6264)
This commit is contained in:
parent
9772392e6a
commit
ca73d3142f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function InstructionTab({ isActive }: Props) {
|
|||
language="typescript"
|
||||
className={styles.sampleCode}
|
||||
value={jwtCustomizerGrantContextTypeDefinition}
|
||||
height="400px"
|
||||
height="180px"
|
||||
theme="logto-dark"
|
||||
options={typeDefinitionCodeEditorOptions}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue