summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
authorGravatar Ian VanSchooten <ian.vanschooten@gmail.com> 2021-11-11 14:30:09 -0500
committerGravatar GitHub <noreply@github.com> 2021-11-11 12:30:09 -0700
commitdf4146c93bd1290ef9eac6f79199cfd2ea1288a4 (patch)
tree3bd8853890bac27794dc30e871b5abe2039b0056 /examples/docs
parentabf7722b086478ecdbdf4c5f41f17f0c7ca4addd (diff)
downloadastro-df4146c93bd1290ef9eac6f79199cfd2ea1288a4.tar.gz
astro-df4146c93bd1290ef9eac6f79199cfd2ea1288a4.tar.zst
astro-df4146c93bd1290ef9eac6f79199cfd2ea1288a4.zip
Allow inline code blocks to wrap lines (#1799)
Diffstat (limited to 'examples/docs')
-rw-r--r--examples/docs/public/index.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css
index 7ddd90056..e1e2e96c6 100644
--- a/examples/docs/public/index.css
+++ b/examples/docs/public/index.css
@@ -202,6 +202,7 @@ code:not([class*='language']) {
margin: calc(var(--padding-block) * -1) -0.125em;
border-radius: var(--border-radius);
box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
+ word-break: break-word;
}
pre > code:not([class*='language']) {