restrict post height, we may back this out later and replace with [show all] toggles
This commit is contained in:
parent
08d6fe5ae7
commit
0f64e1e623
|
@ -1996,3 +1996,8 @@ a.mail-list-link {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.wall-item-content {
|
||||||
|
max-height: 350px;
|
||||||
|
overflow:auto;
|
||||||
|
}
|
||||||
|
|
|
@ -1879,4 +1879,7 @@ a.mail-list-link {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-content {
|
||||||
|
max-height: 350px;
|
||||||
|
overflow:auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue