diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index c1471ba27d4..0d3781348dc 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -97,7 +97,6 @@ } ul { - margin-bottom: 5px; .avatar { width: 18px; margin: 2px 4px; diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml index 80d16631fa0..b090148685f 100644 --- a/app/views/events/_event.html.haml +++ b/app/views/events/_event.html.haml @@ -8,7 +8,6 @@ - if event.push? = render "events/event/push", event: event - .clearfix - elsif event.note? = render "events/event/note", event: event - else