0
Fork 0
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:
wangsijie 2024-07-18 14:04:56 +08:00 committed by GitHub
parent 9772392e6a
commit ca73d3142f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ function InstructionTab({ isActive }: Props) {
language="typescript"
className={styles.sampleCode}
value={jwtCustomizerGrantContextTypeDefinition}
height="400px"
height="180px"
theme="logto-dark"
options={typeDefinitionCodeEditorOptions}
/>