Skip to content
Snippets Groups Projects
Commit 4c494ba1 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

Former-commit-id: b8ca9bc4
parents 30ec1c9d 374cfab3
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