Use full URL to reference issues

This commit is contained in:
Alfredo Sumaran 2016-03-10 14:31:21 -05:00
parent 3a156eb73d
commit bfcf6a045c
2 changed files with 2 additions and 2 deletions

View File

@ -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
}
}
}

View File

@ -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);