diff --git a/module/product/js/browse.js b/module/product/js/browse.js index e4e9e68bb2..0a979fd7bb 100644 --- a/module/product/js/browse.js +++ b/module/product/js/browse.js @@ -11,7 +11,7 @@ $(function() var $title = $('#storyList thead th.c-title'); var headerWidth = $('#storyList thead th.c-title a').innerWidth(); var buttonWidth = $('#storyList thead th.c-title button').innerWidth(); - if($title.width() < headerWidth + buttonWidth + 2) $title.width(headerWidth + buttonWidth + 30); + if($title.width() < headerWidth + buttonWidth + 16) $title.width(headerWidth + buttonWidth + 30); }); $('#storyList td.has-child .story-toggle').each(function()