Bring back line-height on messages

Was removed in c051b70537, but this affected line height on mobile view due to increased font size
This commit is contained in:
Pavel Djundik 2018-03-02 10:56:55 +02:00
parent c485ec8c42
commit 2bf4416aec

View file

@ -887,6 +887,7 @@ kbd {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
}
#windows .window .header {
@ -972,10 +973,10 @@ kbd {
}
#windows #form .input,
#windows .header .topic,
.messages .msg,
.sidebar {
font-size: 14px;
line-height: 1.4;
}
#windows #chat .header {