mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
95140b880b
commit
7b13203b81
1 changed files with 5 additions and 0 deletions
|
@ -148,3 +148,8 @@ label.confirmation,
|
|||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#news div p {
|
||||
max-height: 15em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue