aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-24 23:36:09 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-24 23:36:09 -0400
commit1db55903fd820b61b39ee2c7fbbf7b6ac23ff135 (patch)
treec41c25f78015642683c5af3bf6270a684230a8da /public
parent46d6e8da77654d6ab6d965f99f3f2bdf2539af36 (diff)
downloadthedroneely.com-1db55903fd820b61b39ee2c7fbbf7b6ac23ff135.tar.gz
thedroneely.com-1db55903fd820b61b39ee2c7fbbf7b6ac23ff135.tar.bz2
thedroneely.com-1db55903fd820b61b39ee2c7fbbf7b6ac23ff135.zip
public/css/tdro: Increase cross browser compatibility
Code snippet breaks 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 0b9d95b..ef43f87 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4570,7 +4570,7 @@ figcaption { font-size: 0.9em; margin-top: 1.5em; }
color: #333;
}
-.sidenote code, .marginnote code { overflow-wrap: break-word }
+.sidenote code, .marginnote code { overflow-wrap: break-word; display: inline-block; word-break: break-all; }
@media (min-width: 769px) { .rightnote { padding-right: 1.125em; } .leftnote { text-align: right; padding-left: 1.125em; } .leftnote, .rightnote { max-width: 22em; } }
@media (min-width: 2000px) { .leftnote { margin-left: -28em; } .rightnote { margin-right: -28em; } }