summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-06-13 15:57:18 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-06-13 15:57:18 -0500
commitfd65eeb2fbec8bbaa619fff9a484c8034e093196 (patch)
tree8e9755b1cf9e0d6c83dfdbac4c834c986cd5898f
parent4124a1fba173622c0fa04dc50750ec7f542244bf (diff)
downloadgitlab-ce-31263-fix-fenced-code-misalignment-with-activity.tar.gz
Fix fenced code block misalignment in events/activity31263-fix-fenced-code-misalignment-with-activity
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31263 `.event-item` is only used within the `events/_event` partial. `.event-note` is only used within the `events/event/_common`(but no markdown) and `events/event/_note` partials. The fenced code `pre` style is scoped to `.event-item .event-note` Pages where events are used - User profile, ex. `/root` - Group Activity, ex. `/groups/foo/activity` - Project Activity, ex. `/foo/bar/activity
-rw-r--r--app/assets/stylesheets/pages/events.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index 5b723f7c722..4c3fa1fb8d4 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -89,7 +89,6 @@
background: $gray-light;
border-radius: 0;
color: $events-pre-color;
- margin: 0 20px;
overflow: hidden;
}