From efec0b332ad3912a8049d32ecc65cf71b06818f4 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 31 Jan 2021 23:34:03 -0500 Subject: public/css/tdro: Word break anchors --- public/css/tdro.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3