forked from GNUsocial/gnu-social
Set a max-height for notice content in base css
This commit is contained in:
parent
fdae6f0fb3
commit
aaba2036fa
@ -709,6 +709,8 @@ font-style:italic;
|
||||
|
||||
.notice .e-content {
|
||||
margin-left: 56px;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.notice-options {
|
||||
|
Loading…
Reference in New Issue
Block a user