Fix line-heights in panels not within timeline. Fixes #2169
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user