summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-06 09:21:04 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-06 09:21:04 -0500
commit0aba37cfd192234eba518cadf002608e15edd1e0 (patch)
treead0ac05212d213df0ef666bf906910c4a616705c
parent0cdd4f310fed3d42c61060dd52dba96884638bb3 (diff)
downloadgitlab-ce-17343-a-tag-code.tar.gz
Align code within links in comments17343-a-tag-code
-rw-r--r--app/assets/stylesheets/pages/notes.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 50ca755bcb6..624c8249f7e 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -168,6 +168,11 @@ ul.notes {
.notes {
background-color: $white-light;
}
+
+ a code {
+ top: 0;
+ margin-right: 0;
+ }
}
}
}