Eliminate horizontal scroll on mobile safari

This commit is contained in:
Matthew Holt 2023-12-12 14:25:18 -07:00
parent a9b51fe713
commit 740acd7aa5
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 4 additions and 1 deletions

View file

@ -364,6 +364,9 @@ img.cite {
margin: 10px 0;
}
.experts a {
word-break: break-word;
}