From 5ee43086ec79b38e3f2cdb288f80bd5f24d413b1 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 18 Dec 2011 18:22:59 -0500 Subject: Refs #4192 adds proper 'px' to minHeight but does not solve the issue --- js/lib/ui.widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/ui.widgets.js') diff --git a/js/lib/ui.widgets.js b/js/lib/ui.widgets.js index a44585843..47e43c876 100644 --- a/js/lib/ui.widgets.js +++ b/js/lib/ui.widgets.js @@ -190,7 +190,7 @@ elgg.ui.widgets.equalHeight = function(selector) { maxHeight = $(this).height(); } }) - $(selector).css('min-height', maxHeight); + $(selector).css('min-height', maxHeight + 'px'); }; elgg.register_hook_handler('init', 'system', elgg.ui.widgets.init); -- cgit v1.2.3