mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix line height inconsistency in communications
This commit is contained in:
parent
67ffb5cf13
commit
cbe5a0dfa7
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ span.communication__body__sender-name {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
|
line-height: 1.35em;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.communication__sender__stats,
|
span.communication__sender__stats,
|
||||||
|
|
Loading…
Reference in a new issue