Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a smidge more width for #726
  • Loading branch information
gashcrumb committed Nov 8, 2013
1 parent 35f5f51 commit e4301cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-karaf-terminal/src/main/webapp/app/js/gogoPlugin.js
Expand Up @@ -31,7 +31,7 @@ var simplePlugin = angular.module(pluginName, ['hawtioCore'])
div.remove();

// compensate for internal horizontal padding
var cssWidth = width * charWidth + 10;
var cssWidth = width * charWidth + 20;
// Add an extra line for the status bar and divider
var cssHeight = (height * charHeight) + charHeight + 2;

Expand Down

0 comments on commit e4301cf

Please sign in to comment.