diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-10 14:31:21 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-10 14:31:21 -0500 |
commit | bfcf6a045c34263a355dc0e678275e92f5a9656d (patch) | |
tree | 7dec85293f37e81b606d60817bd382bda3511fa3 /app/assets/stylesheets/framework | |
parent | 3a156eb73dfa22c373c964c3df055acee3934fc4 (diff) | |
download | gitlab-ce-bfcf6a045c34263a355dc0e678275e92f5a9656d.tar.gz |
Use full URL to reference issues
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 2 |
1 files changed, 1 insertions, 1 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 } } } |