From 0aba37cfd192234eba518cadf002608e15edd1e0 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Fri, 6 May 2016 09:21:04 -0500 Subject: [PATCH] Align code within links in comments --- app/assets/stylesheets/pages/notes.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 50ca755bcb..624c8249f7 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; + } } } }