off by one in ExamplePanel
This commit is contained in:
parent
08a64d8695
commit
d65fafb0aa
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Ox.ExamplePanel = function(options, self) {
|
||||||
keywords: item.keywords,
|
keywords: item.keywords,
|
||||||
replace: self.options.replace,
|
replace: self.options.replace,
|
||||||
title: item.title,
|
title: item.title,
|
||||||
width: window.innerWidth - self.options.size - 1
|
width: window.innerWidth - self.options.size
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue