Skip to content

Commit

Permalink
responsive text size for generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 27, 2023
1 parent e6088d0 commit 8b49f7d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ export function OperationFormGeneratedCode(
code: {
maxHeight: 300,
backgroundColor: 'unset !important',
fontSize: 13,
},
},
classNames: {
code: 'text-xs lg:text-sm',
},
}

return (
Expand Down

0 comments on commit 8b49f7d

Please sign in to comment.