Fix line-heights in panels not within timeline. Fixes #2169

This commit is contained in:
James Brooks 2016-10-18 19:18:34 +01:00
parent d6758778a8
commit c4d1bd4cd2

View File

@ -272,8 +272,13 @@ body.status-page {
}
p, time {
&:not(:last-child) {
margin-bottom: 10px;
}
}
time {
margin-bottom: 0;
line-height: 1.3em;
}
i.icon {