]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #2768. min-height needed a little bit more for the profile widgets.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 02:49:53 +0000 (02:49 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 19 Feb 2011 02:49:53 +0000 (02:49 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8304 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/profile/views/default/profile/wrapper.php

index 1c27ec05a261940e09cc32af5e1c87f685db8806..7bc0397f81649949de506d6114cadc1e4af73acd 100644 (file)
@@ -13,6 +13,6 @@
 <?php //@todo JS 1.8: no ?>
 <script type="text/javascript">
        $(document).ready(function() {
-               $('#elgg-widget-col-1').css('min-height', $('.profile').outerHeight(true));
+               $('#elgg-widget-col-1').css('min-height', $('.profile').outerHeight(true) + 1);
        });
 </script>
\ No newline at end of file