feat(style): add max-height for curl example (#9179)

This commit is contained in:
Will McNamara
2024-03-07 07:24:46 -06:00
committed by GitHub
parent 1970564d86
commit 6dbcd45e66

View File

@@ -655,6 +655,7 @@
.curl .curl
{ {
white-space: normal; white-space: normal;
max-height: 400px;
} }
} }