allow a video and/or photo to fit with scrollbars
This commit is contained in:
parent
0f64e1e623
commit
fc5316fe21
2 changed files with 2 additions and 2 deletions
|
@ -1998,6 +1998,6 @@ a.mail-list-link {
|
||||||
|
|
||||||
|
|
||||||
.wall-item-content {
|
.wall-item-content {
|
||||||
max-height: 350px;
|
max-height: 400px;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1880,6 +1880,6 @@ a.mail-list-link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-content {
|
.wall-item-content {
|
||||||
max-height: 350px;
|
max-height: 400px;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue