diff options
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 0ec9214f2..97130653f 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -465,6 +465,7 @@ $.fn.drawer = function(id, ajax) { e.preventDefault(); $(this).parent('.promo').animate({ 'height':0, + 'margin-bottom':0, 'padding-top':0, 'padding-bottom':0 },{ |