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

This commit is contained in:
Alfredo Sumaran 2016-03-10 13:14:10 -05:00
parent 4dd1d6c401
commit 3a156eb73d
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
position: relative;
font-family: $monospace_font;
$left: 12px;
overflow: hidden; // Issue #13987
.max-width-marker {
width: 72ch;
color: rgba(0, 0, 0, 0.0);