We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9776012 commit cd90766Copy full SHA for cd90766
1 file changed
src/main/webapp/admin/secure_shell.jsp
@@ -240,7 +240,7 @@
240
var id = element.attr("id").replace("run_cmd_", "");
241
242
if (termMap[id]) {
243
- var width = $('#run_cmd_'+id).find(".output:first").innerWidth();
+ var width = $('#run_cmd_'+id).find(".output:first").innerWidth() - 8;
244
var height = $('#run_cmd_'+id).innerHeight() - y_offset;
245
246
termMap[id].resize(Math.floor(width / 7.2981), Math.floor(height / 14.4166));
0 commit comments