Commit b8ca9bc4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'activity-feed-border-mobile' into 'master'

Removes random border on event items on mobile

See merge request !9654
parents d95ac1b6 2c29102b
......@@ -155,7 +155,7 @@
@media (max-width: $screen-xs-max) {
.event-item {
padding-left: $gl-padding;
padding-left: 0;
.event-title {
white-space: normal;
......@@ -169,8 +169,7 @@
.event-body {
margin: 0;
border-left: 2px solid $events-body-border;
padding-left: 10px;
padding-left: 0;
}
.event-item-timestamp {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment