From ade3170ec8252f9860c1751cef207a80007ff651 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Thu, 10 Oct 2024 22:22:53 +0200 Subject: [PATCH] Move timestamp to the left --- core/trino-web-ui/src/main/resources/webapp/assets/trino.css | 1 + 1 file changed, 1 insertion(+) 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 308958be4ee95..9194c74604ef3 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 @@ -426,6 +426,7 @@ pre { .query-header-timestamp { text-align: right; color: #b1b1b1; + margin-left: -15px; } .query-progress-container {