From bfcf6a045c34263a355dc0e678275e92f5a9656d Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Thu, 10 Mar 2016 14:31:21 -0500 Subject: [PATCH] Use full URL to reference issues --- app/assets/stylesheets/framework/files.scss | 2 +- app/assets/stylesheets/pages/commit.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index eb0ae032732..b034a4882c1 100644 --- a/app/assets/stylesheets/framework/files.scss +++ b/app/assets/stylesheets/framework/files.scss @@ -169,7 +169,7 @@ */ &.code { padding: 0; - -webkit-overflow-scrolling: auto; // Issue #13987 + -webkit-overflow-scrolling: auto; // See https://gitlab.com/gitlab-org/gitlab-ce/issues/13987 } } } diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss index 74be90b7737..c0cc30d33a6 100644 --- a/app/assets/stylesheets/pages/commit.scss +++ b/app/assets/stylesheets/pages/commit.scss @@ -90,7 +90,7 @@ position: relative; font-family: $monospace_font; $left: 12px; - overflow: hidden; // Issue #13987 + overflow: hidden; // See https://gitlab.com/gitlab-org/gitlab-ce/issues/13987 .max-width-marker { width: 72ch; color: rgba(0, 0, 0, 0.0);