Skip to content

Commit

Permalink
fix: add CSS hyphens to webpack example
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Mar 30, 2020
1 parent 62a26b1 commit 482981c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 482981c

Please sign in to comment.