Skip to content
Snippets Groups Projects
Commit fd65eeb2 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Fix fenced code block misalignment in events/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
parent 4124a1fb
No related branches found
No related tags found
2 merge requests!14773Maxraab master patch 51809,!12149Fix fenced code block misalignment in events/activity
Pipeline #
Loading
Loading
@@ -89,7 +89,6 @@
background: $gray-light;
border-radius: 0;
color: $events-pre-color;
margin: 0 20px;
overflow: hidden;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment