Commit 7a571f40 authored by George Tsiolis's avatar George Tsiolis

Fix activity inline event line height on mobile

parent 54229d3e
......@@ -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;
......
---
title: Fix activity inline event line height on mobile
merge_request: 16121
author: George Tsiolis
type: fixed
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