diff options
author | Jordan <me@jordan.im> | 2021-03-09 16:34:11 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-03-09 16:34:11 -0700 |
commit | aec633e7330b86c66470d4fe8c8590ffe7d76060 (patch) | |
tree | 8ce6dd13fb6eb7f363c26052026cf564d8cf82c7 | |
parent | 9adf5f97143cb9d3823c1df379149e92e2956956 (diff) | |
download | crane-aec633e7330b86c66470d4fe8c8590ffe7d76060.tar.gz crane-aec633e7330b86c66470d4fe8c8590ffe7d76060.zip |
normal overflow-wrap for category links
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 03220af..a34f5dd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -146,6 +146,7 @@ div#crane div.cat { font-size: 80%; color: #555; padding-bottom: 1em; + overflow-wrap: normal; } div#crane div.list { |