aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-01 19:21:14 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-01 19:21:14 -0500
commit58feab9f2a1ee96184b41cf8530cb5d2952dba12 (patch)
tree2650f8ddf38ead3179ba38d7a1797f8b46ccf671 /public
parent4f4056cb1a14812e460aacb6ae80b70cf4f42b49 (diff)
downloadthedroneely.com-58feab9f2a1ee96184b41cf8530cb5d2952dba12.tar.gz
thedroneely.com-58feab9f2a1ee96184b41cf8530cb5d2952dba12.tar.bz2
thedroneely.com-58feab9f2a1ee96184b41cf8530cb5d2952dba12.zip
public/css/tdro: Adjust word breaking in footnotes
Diffstat (limited to 'public')
-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 2b37730..d42352f 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4574,7 +4574,7 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
color: #333;
}
-.sidenote, .marginnote { overflow-wrap: break-word; word-break: break-all; word-break: break-word; }
+.sidenote, .marginnote { -ms-hyphens: auto; -ms-word-break: normal; overflow-wrap: break-word; word-break: break-word; }
.sideimage a, .sideimage a:focus { border-bottom: 1px solid transparent; background-color: transparent !important; }