mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Fix line-heights in panels not within timeline. Fixes #2169
This commit is contained in:
parent
d6758778a8
commit
c4d1bd4cd2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user