Parcourir la source
Long urls or links extend beyond content and overlap sidebar (#259)
* Add an overflow-wrap to all links
tags/2.6.0
Tanner Smith
il y a 4 ans
Parent
révision
29972c2fd7
Aucun compte lié à l'adresse e-mail de l'auteur
|
|
@@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"app": { |
|
|
|
"js": "js/app.3fc0f988d21662902933.js", |
|
|
|
"css": "css/app.e6e75cdafe2e909dacfabeb26857f994.css" |
|
|
|
"css": "css/app.4fc0b62e4b82c997bb0041217cd6b979.css" |
|
|
|
} |
|
|
|
} |
|
|
@@ -13,4 +13,8 @@ |
|
|
|
border-left: 4px solid #ccc; |
|
|
|
padding-left: 1rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.nested-links a{ |
|
|
|
overflow-wrap: break-word; |
|
|
|
} |