diff --git a/docs/docs/style.css b/docs/docs/style.css index 079dab6..2f73aee 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -415,4 +415,9 @@ pre[class*="language-"] button { pre[class*="language-"] button:hover { cursor: pointer; background-color: #bcbabb; +} +pre { + max-width: 100%; +} code { + max-width: 100%; } \ No newline at end of file