SSH commands dialog
diff --git a/planetstack/core/xoslib/static/js/xosTenant.js b/planetstack/core/xoslib/static/js/xosTenant.js
index 07762ed..e81aacb 100644
--- a/planetstack/core/xoslib/static/js/xosTenant.js
+++ b/planetstack/core/xoslib/static/js/xosTenant.js
@@ -304,7 +304,7 @@
          return;

     }

 

-    var htmlView = new HTMLView({html: "<pre>" + sshCommands + "</pre>"});

+    var htmlView = new HTMLView({html: '<pre style="overflow: auto; word-wrap: normal; white-space: pre; word-wrap: normal;">' + sshCommands + '</pre>'});

     XOSTenantApp.tenantSSHCommandsInterior.show(htmlView);

 

     $("#tenant-ssh-commands-dialog").dialog({