From 8307e0d66fd4225ac59469f3639d4215b126bdc0 Mon Sep 17 00:00:00 2001 From: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:17:12 +0100 Subject: [PATCH] fix margin on input Signed-off-by: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> --- ui/src/pages/Dashboard/dashboardStyle.css | 5 ++--- ui/src/public/mockServiceWorker.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/src/pages/Dashboard/dashboardStyle.css b/ui/src/pages/Dashboard/dashboardStyle.css index 3b60a7654..bce9da125 100644 --- a/ui/src/pages/Dashboard/dashboardStyle.css +++ b/ui/src/pages/Dashboard/dashboardStyle.css @@ -313,10 +313,9 @@ display: inline-flex; padding: 0; } - [data-test='input-title-remove-container'] { - margin: 5px; - } + /* Time selector */ [data-test='input-title'] { + margin: 5px; font-size: 14px; } } diff --git a/ui/src/public/mockServiceWorker.js b/ui/src/public/mockServiceWorker.js index 6eb805221..7995db1f1 100644 --- a/ui/src/public/mockServiceWorker.js +++ b/ui/src/public/mockServiceWorker.js @@ -8,7 +8,7 @@ * - Please do NOT serve this file on production. */ -const PACKAGE_VERSION = '2.6.0' +const PACKAGE_VERSION = '2.6.2' const INTEGRITY_CHECKSUM = '07a8241b182f8a246a7cd39894799a9e' const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const activeClientIds = new Set()