From 55f05838e102cefe0969d7d6f0416de263153020 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Thu, 10 Oct 2024 16:24:22 -0700 Subject: [PATCH] Adjust height of query display box In the query list to the same height as the overview/stats display on the left of the query display.. --- core/trino-web-ui/src/main/resources/webapp/assets/trino.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trino-web-ui/src/main/resources/webapp/assets/trino.css b/core/trino-web-ui/src/main/resources/webapp/assets/trino.css index 308958be4ee9..f46ba1e4d3a5 100644 --- a/core/trino-web-ui/src/main/resources/webapp/assets/trino.css +++ b/core/trino-web-ui/src/main/resources/webapp/assets/trino.css @@ -379,7 +379,7 @@ pre { } .query-snippet { - height: 138px; + height: 160px; overflow: hidden; }