Commit 3a156eb7 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Prevent `.max-width-marker` to break layout on mobile

parent 4dd1d6c4
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
position: relative; position: relative;
font-family: $monospace_font; font-family: $monospace_font;
$left: 12px; $left: 12px;
overflow: hidden; // Issue #13987
.max-width-marker { .max-width-marker {
width: 72ch; width: 72ch;
color: rgba(0, 0, 0, 0.0); color: rgba(0, 0, 0, 0.0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment