breaks long long lines for code and dt blocks

This commit is contained in:
Ashley Blewer 2017-10-31 22:57:57 -04:00
parent 6b324152ac
commit 11ab1ae731

View File

@ -120,6 +120,8 @@ code {
border-radius: 4px;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
display: inline-block;
}
dd {
@ -128,6 +130,10 @@ dd {
dt {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
display: inline-block;
}
img {