summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/events.scss1
-rw-r--r--app/views/events/_event.html.haml1
2 files changed, 0 insertions, 2 deletions
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