aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/default
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/default')
-rw-r--r--view/theme/default/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index e34b622c6..49a8f2d73 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1996,3 +1996,8 @@ a.mail-list-link {
margin-bottom: 15px;
}
+
+.wall-item-content {
+ max-height: 350px;
+ overflow:auto;
+}