diff options
author | tauriedavis <taurie@gitlab.com> | 2017-05-24 18:39:47 -0700 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-05-24 18:39:47 -0700 |
commit | e2f4e288e64b04242b045906bb40de78415f3eaa (patch) | |
tree | 4c41f1df9394e4dadc85cd1ab6c5d45940847ddd /app | |
parent | ec2130bea8d2ee1b327b0c99b27768cd13bd6cb8 (diff) | |
download | gitlab-ce-e2f4e288e64b04242b045906bb40de78415f3eaa.tar.gz |
Remove 0 margin bottom for last paragraph on note textadd-back-margin-to-note-text
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/timeline.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss index 1fd734d279b..ddccfc96819 100644 --- a/app/assets/stylesheets/framework/timeline.scss +++ b/app/assets/stylesheets/framework/timeline.scss @@ -3,12 +3,6 @@ margin: 0; padding: 0; - .note-text { - p:last-child { - margin-bottom: 0 !important; - } - } - .system-note { .note-text { color: $gl-text-color !important; |