diff --git a/source/Ox.UI/js/List/IconItem.js b/source/Ox.UI/js/List/IconItem.js index 022a0020..ca0ae34a 100644 --- a/source/Ox.UI/js/List/IconItem.js +++ b/source/Ox.UI/js/List/IconItem.js @@ -133,8 +133,8 @@ Ox.IconItem = function(options, self) { }); that.$gradient = $('
') .css({ - //top: (-self.options.size / 2) + 'px', - width: self.options.itemWidth + 'px', + // `+2` is a temporary fix for https://code.google.com/p/chromium/issues/detail?id=167198 + width: self.options.itemWidth + 2 + 'px', height: self.options.itemWidth / 2 + 'px' });