Limit comment height to 15 lines

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Eric Engestrom 2016-03-12 14:50:03 +00:00 committed by Lukas Fleischer
parent 95140b880b
commit 7b13203b81

View file

@ -148,3 +148,8 @@ label.confirmation,
color: red;
font-weight: bold;
}
#news div p {
max-height: 15em;
overflow: auto;
}