Added no-hyphens CSS class

This commit is contained in:
Said Achmiz 2020-02-27 00:20:15 -05:00
parent 098d77eae1
commit fa1ccf6bde

View File

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