Added no-hyphens CSS class
This commit is contained in:
parent
098d77eae1
commit
fa1ccf6bde
@ -324,6 +324,12 @@ hr {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.no-hyphens {
|
||||
-webkit-hyphens: none !important;
|
||||
-moz-hyphens: none !important;
|
||||
hyphens: none !important;
|
||||
}
|
||||
|
||||
/*=-----------------=*/
|
||||
/* Copyright notice. */
|
||||
/*=-----------------=*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user