From 6dbcd45e66293c536a3b891f88b4f01b6c700fde Mon Sep 17 00:00:00 2001 From: Will McNamara Date: Thu, 7 Mar 2024 07:24:46 -0600 Subject: [PATCH] feat(style): add max-height for curl example (#9179) --- src/style/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index e3ab1fd9..f0645e94 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -655,6 +655,7 @@ .curl { white-space: normal; + max-height: 400px; } }