summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-10 14:31:21 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-10 14:31:21 -0500
commitbfcf6a045c34263a355dc0e678275e92f5a9656d (patch)
tree7dec85293f37e81b606d60817bd382bda3511fa3
parent3a156eb73dfa22c373c964c3df055acee3934fc4 (diff)
downloadgitlab-ce-bfcf6a045c34263a355dc0e678275e92f5a9656d.tar.gz
Use full URL to reference issues
-rw-r--r--app/assets/stylesheets/framework/files.scss2
-rw-r--r--app/assets/stylesheets/pages/commit.scss2
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);