[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

View File

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