From 3a156eb73dfa22c373c964c3df055acee3934fc4 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Thu, 10 Mar 2016 13:14:10 -0500 Subject: [PATCH] Prevent `.max-width-marker` to break layout on mobile --- app/assets/stylesheets/pages/commit.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss index e53d6fc6bdc..74be90b7737 100644 --- a/app/assets/stylesheets/pages/commit.scss +++ b/app/assets/stylesheets/pages/commit.scss @@ -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);