diff --git a/lib/client/help.js b/lib/client/help.js index e6a54f28..7d26166e 100644 --- a/lib/client/help.js +++ b/lib/client/help.js @@ -34,7 +34,7 @@ var CloudCmd, Util, DOM; success:function(pResult){ var lDiv = DOM.anyload({ name : 'div', - style : 'white-space: normal;', + style : 'white-space: normal; margin: 25px', inner : pResult.toString() });