Skip to content
Snippets Groups Projects
Commit b8ca9bc4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

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

Removes random border on event items on mobile

See merge request !9654
parents d95ac1b6 2c29102b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -155,7 +155,7 @@
 
@media (max-width: $screen-xs-max) {
.event-item {
padding-left: $gl-padding;
padding-left: 0;
 
.event-title {
white-space: normal;
Loading
Loading
@@ -169,8 +169,7 @@
 
.event-body {
margin: 0;
border-left: 2px solid $events-body-border;
padding-left: 10px;
padding-left: 0;
}
 
.event-item-timestamp {
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