Skip to content

Commit

Permalink
feat(ui): Make json view text smaller (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt authored Feb 6, 2025
1 parent 505782c commit 9e6ea00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export function JsonViewWithControls({
displaySize
enableClipboard
src={source}
className="w-full overflow-x-scroll text-wrap text-sm"
className="w-full overflow-x-scroll text-wrap text-xs"
theme="atom"
/>
</TabsContent>
Expand Down

0 comments on commit 9e6ea00

Please sign in to comment.