diff --git a/static/js/app.js b/static/js/app.js index 77c89fb..6f3fcb4 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -232,6 +232,10 @@ function runQuery() { $("#query_progress").hide(); $("#input").show(); $("#output").removeClass("full"); + + if (query.toLowerCase().indexOf("explain") != -1) { + $("#results").addClass("no-crop"); + } }); }