mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Tanner Smith
03.03.2020 29972c2fd7c3abd39d2fb30092c49691df7ae8ce
 Long urls or links extend beyond content and overlap sidebar (#259)

* Add an overflow-wrap to all links
2 files modified
2 files added
11754 ■■■■■ changed files
data/webpack_assets.json 2 ●●● patch | view | raw | blame | history
src/css/_styles.css 4 ●●●● patch | view | raw | blame | history
static/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css 5876 ●●●●● patch | view | raw | blame | history
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css 5872 ●●●●● patch | view | raw | blame | history
data/webpack_assets.json
@@ -1,6 +1,6 @@
{
  "app": {
    "js": "js/app.3fc0f988d21662902933.js",
    "css": "css/app.e6e75cdafe2e909dacfabeb26857f994.css"
    "css": "css/app.4fc0b62e4b82c997bb0041217cd6b979.css"
  }
}
src/css/_styles.css
@@ -13,4 +13,8 @@
  border-left: 4px solid #ccc;
  padding-left: 1rem;
}
.nested-links a{
  overflow-wrap: break-word;
}
static/dist/css/app.4fc0b62e4b82c997bb0041217cd6b979.css
New file
Diff too large
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
New file
Diff too large