mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 06:02:46 +00:00
Long urls or links extend beyond content and overlap sidebar (#259)
* Add an overflow-wrap to all links
This commit is contained in:
parent
4cf0842964
commit
29972c2fd7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"app": {
|
||||
"js": "js/app.3fc0f988d21662902933.js",
|
||||
"css": "css/app.e6e75cdafe2e909dacfabeb26857f994.css"
|
||||
"css": "css/app.4fc0b62e4b82c997bb0041217cd6b979.css"
|
||||
}
|
||||
}
|
@ -14,3 +14,7 @@
|
||||
padding-left: 1rem;
|
||||
|
||||
}
|
||||
|
||||
.nested-links a{
|
||||
overflow-wrap: break-word;
|
||||
}
|
5876
static/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css
vendored
Normal file
5876
static/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5872
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
vendored
Normal file
5872
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user