From 482981cc2bbf1e4553beb0f7717399eda0d16100 Mon Sep 17 00:00:00 2001 From: mnater Date: Mon, 30 Mar 2020 22:40:26 +0200 Subject: [PATCH] fix: add CSS hyphens to webpack example --- docs/dist/index.html | 6 ++++++ 1 file changed, 6 insertions(+) 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;