Commit bfcf6a04 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Use full URL to reference issues

parent 3a156eb7
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
*/ */
&.code { &.code {
padding: 0; padding: 0;
-webkit-overflow-scrolling: auto; // Issue #13987 -webkit-overflow-scrolling: auto; // See https://gitlab.com/gitlab-org/gitlab-ce/issues/13987
} }
} }
} }
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
position: relative; position: relative;
font-family: $monospace_font; font-family: $monospace_font;
$left: 12px; $left: 12px;
overflow: hidden; // Issue #13987 overflow: hidden; // See https://gitlab.com/gitlab-org/gitlab-ce/issues/13987
.max-width-marker { .max-width-marker {
width: 72ch; width: 72ch;
color: rgba(0, 0, 0, 0.0); color: rgba(0, 0, 0, 0.0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment