aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-01-31 23:34:03 -0500
committerThedro Neely <thedroneely@gmail.com>2021-01-31 23:34:03 -0500
commitefec0b332ad3912a8049d32ecc65cf71b06818f4 (patch)
tree8927ab6fc42e80cbe8fb487d9704c7181fe37633
parentfd9ffb4f37bba7c2b3ebfc85ad560fd51d641eb9 (diff)
downloadthedroneely.com-efec0b332ad3912a8049d32ecc65cf71b06818f4.tar.gz
thedroneely.com-efec0b332ad3912a8049d32ecc65cf71b06818f4.tar.bz2
thedroneely.com-efec0b332ad3912a8049d32ecc65cf71b06818f4.zip
public/css/tdro: Word break anchors
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index d801823..a2bdd2b 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -3776,7 +3776,7 @@ p code { font-size: 1rem; }
strong code { font-weight: 700; }
-a { border-bottom: 1px solid #999; color: #014cc6; cursor: pointer; text-decoration: none; }
+a { border-bottom: 1px solid #999; color: #014cc6; cursor: pointer; text-decoration: none; overflow-wrap: break-word; }
a:hover { border-bottom: 2px solid #999; }
:target::before {