diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index ccaae939fdd67d3ff56b4483ce98450d84a8aa09..08d1692c888c5110268116aff95c6cf890140fb0 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -452,7 +452,11 @@ ul.notes { } .discussion-next-btn { - path { - fill: $gray-darkest; + svg { + margin: 0; + + path { + fill: $gray-darkest; + } } }