css: Fix overflowing long URLs in Markdown macros.

Long URLs in Markdown macros overflow their containers without this
property. This reverts 0dc91a9148.  We
will likely need to fix the original Windows bug that
0dc91a9148 has resolved another way.
This commit is contained in:
Eeshan Garg
2017-11-24 19:56:03 -03:30
committed by Tim Abbott
parent 23162a1433
commit 15bf0ebc61

View File

@@ -2002,6 +2002,7 @@ nav ul li.active::after {
display: inline-block;
vertical-align: middle;
max-width: 100%;
overflow: auto;
font-family: Monaco, Menlo, Consolas, "Courier New", Courier, monospace;
font-size: 0.85em;