From c4b39a25ccb9e5d1a8b765209b1344966c1b3696 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 9 Mar 2025 14:05:57 -0700 Subject: [PATCH] chore: run lint --- docs/src/components/ComponentApi.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/components/ComponentApi.svelte b/docs/src/components/ComponentApi.svelte index d8194186..df11a88a 100644 --- a/docs/src/components/ComponentApi.svelte +++ b/docs/src/components/ComponentApi.svelte @@ -314,10 +314,10 @@ } :global( - .cell .bx--snippet--inline code, - .cell .bx--snippet--single pre, - .bx--snippet--inline code - ) { + .cell .bx--snippet--inline code, + .cell .bx--snippet--single pre, + .bx--snippet--inline code + ) { white-space: pre-wrap !important; }