temporary fix for https://code.google.com/p/chromium/issues/detail?id=167198
This commit is contained in:
parent
b20d6a6e59
commit
066b434a33
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ Ox.IconItem = function(options, self) {
|
|||
});
|
||||
that.$gradient = $('<div>')
|
||||
.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'
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue