diff --git a/source/Ox.UI/js/Code/Ox.ExamplePanel.js b/source/Ox.UI/js/Code/Ox.ExamplePanel.js index 0be8bb10..1f2ee3fb 100644 --- a/source/Ox.UI/js/Code/Ox.ExamplePanel.js +++ b/source/Ox.UI/js/Code/Ox.ExamplePanel.js @@ -99,7 +99,7 @@ Ox.ExamplePanel = function(options, self) { keywords: item.keywords, replace: self.options.replace, title: item.title, - width: window.innerWidth - self.options.size - 1 + width: window.innerWidth - self.options.size }) ); } else {