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