From e93cb44b8ffe4e3ffc076af053da9cc3b0610386 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 4 Feb 2021 17:35:15 -0800 Subject: [PATCH] docs(component-api): wrap code blocks to minimize width --- docs/src/components/ComponentApi.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/components/ComponentApi.svelte b/docs/src/components/ComponentApi.svelte index a6d25ef5..e6124d5e 100644 --- a/docs/src/components/ComponentApi.svelte +++ b/docs/src/components/ComponentApi.svelte @@ -203,4 +203,8 @@ margin-top: var(--cds-layout-01); margin-bottom: var(--cds-layout-04); } + + code { + word-break: break-word; + }