[Fix] fixed links stay in one line on safari

This commit is contained in:
Tony Yang 2021-01-20 20:23:16 +08:00
parent 59be38e73e
commit f15aecc768
Signed by: t510599
GPG Key ID: D88388851C28715D

View File

@ -70,6 +70,10 @@
padding: 20px 0;
}
#example > p {
word-wrap: break-word;
}
#presentation-example,
#espresso-example {
> p {