Compare commits

...

1 Commits

Author SHA1 Message Date
Said Achmiz
fa1ccf6bde Added no-hyphens CSS class 2020-02-27 00:20:15 -05:00

View File

@ -324,6 +324,12 @@ hr {
clear: both; clear: both;
} }
.no-hyphens {
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}
/*=-----------------=*/ /*=-----------------=*/
/* Copyright notice. */ /* Copyright notice. */
/*=-----------------=*/ /*=-----------------=*/