Merge branch 'fix/activity-inline-event-line-height' into 'master'

Fix activity inline event line height on mobile

Closes #38778

See merge request gitlab-org/gitlab-ce!16121
This commit is contained in:
Annabel Dunstone Gray 2018-01-02 18:15:34 +00:00
commit 2cbb2d0ece
2 changed files with 11 additions and 1 deletions

View file

@ -159,7 +159,6 @@
}
}
/*
* Last push widget
*/
@ -182,6 +181,12 @@
.event-item {
padding-left: 0;
&.event-inline {
.event-title {
line-height: 20px;
}
}
.event-title {
white-space: normal;
overflow: visible;

View file

@ -0,0 +1,5 @@
---
title: Fix activity inline event line height on mobile
merge_request: 16121
author: George Tsiolis
type: fixed