mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
docs(component-api): wrap code blocks to minimize width
This commit is contained in:
parent
f1fa61e30a
commit
e93cb44b8f
1 changed files with 4 additions and 0 deletions
|
@ -203,4 +203,8 @@
|
||||||
margin-top: var(--cds-layout-01);
|
margin-top: var(--cds-layout-01);
|
||||||
margin-bottom: var(--cds-layout-04);
|
margin-bottom: var(--cds-layout-04);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue