Add an overflow-wrap to all links

This commit is contained in:
mountainbug95 2020-02-17 09:30:17 -06:00
parent 81bc231eb4
commit e6d0a25e9d
No known key found for this signature in database
GPG Key ID: 3EEE76B99FDF9A40
4 changed files with 5881 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"app": { "app": {
"js": "js/app.3fc0f988d21662902933.js", "js": "js/app.3fc0f988d21662902933.js",
"css": "css/app.1cb140d8ba31d5b2f1114537dd04802a.css" "css": "css/app.7e7787cc1402d7de28bc90f7e65adf96.css"
} }
} }

View File

@ -97,3 +97,7 @@ an apothecary! It is true that Homerus begged through the Greek towns, and
that Naso died in exile among the Muscovites. But may the devil flay me if that Naso died in exile among the Muscovites. But may the devil flay me if
I understand what they mean with their Esmeralda! What is that word, in I understand what they mean with their Esmeralda! What is that word, in
the first place?—tis Egyptian!” the first place?—tis Egyptian!”
[https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html](#)

View File

@ -14,3 +14,7 @@
padding-left: 1rem; padding-left: 1rem;
} }
a{
overflow-wrap: break-word;
}

File diff suppressed because it is too large Load Diff