aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/modules.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-06-29 07:05:14 -0400
committerCash Costello <cash.costello@gmail.com>2011-06-29 07:05:14 -0400
commit25688ea0e0f1a233b506cd2eb2b5acd84d552f3a (patch)
tree6860fc35b9065b1cde2b201f3dcfbee48b06b111 /views/default/css/elements/modules.php
parent56dce72f0d61160f9d66e1529f2012415bc4b0aa (diff)
downloadelgg-25688ea0e0f1a233b506cd2eb2b5acd84d552f3a.tar.gz
elgg-25688ea0e0f1a233b506cd2eb2b5acd84d552f3a.tar.bz2
Fixes #3629 added overflow hidden to .elgg-module for both default and admin themes
Diffstat (limited to 'views/default/css/elements/modules.php')
-rw-r--r--views/default/css/elements/modules.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php
index c4808478b..ef85d4dd5 100644
--- a/views/default/css/elements/modules.php
+++ b/views/default/css/elements/modules.php
@@ -2,6 +2,7 @@
Modules
*************************************** */
.elgg-module {
+ overflow: hidden;
margin-bottom: 20px;
}