diff --git a/docs/dist/index.html b/docs/dist/index.html index 9aaa8ea3..867ea93f 100644 --- a/docs/dist/index.html +++ b/docs/dist/index.html @@ -22,6 +22,12 @@ .enable-indent { text-indent: 7%; } + .hyphenate { + hyphens: auto; + -ms-hyphens: auto; + -moz-hyphens: auto; + -webkit-hyphens: auto; + } .footer { position: absolute; bottom: 0;