Fix activity inline event line height on mobile

This commit is contained in:
George Tsiolis 2017-12-22 21:25:00 +02:00
parent 54229d3e45
commit 7a571f4039
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