mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
css: Fix overflowing long URLs in Markdown macros.
Long URLs in Markdown macros overflow their containers without this property. This reverts0dc91a9148
. We will likely need to fix the original Windows bug that0dc91a9148
has resolved another way.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user