Enable hyphens.
This commit is contained in:
parent
74c3fc4a51
commit
7b4b21ebc6
|
@ -1,6 +1,12 @@
|
|||
html
|
||||
{
|
||||
font-family: serif;
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
textarea, pre, code
|
||||
{
|
||||
hyphens: manual;
|
||||
}
|
||||
|
||||
body
|
||||
|
|
Reference in New Issue
Block a user