From 2a24681a8284af52080d8224966f8addb1dc988c Mon Sep 17 00:00:00 2001 From: Marylia Gutierrez Date: Mon, 25 Apr 2022 09:43:10 -0400 Subject: [PATCH] ui: update width of timescale component Previously, there was no width assigned to timescale, making it have different size on CC Console. This commit adds the correct width so both DB and CC Console are aligned. Partially addresses: #77982 Release note: None --- .../cluster-ui/src/timeScaleDropdown/timeScale.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ui/workspaces/cluster-ui/src/timeScaleDropdown/timeScale.module.scss b/pkg/ui/workspaces/cluster-ui/src/timeScaleDropdown/timeScale.module.scss index c1495ed553ba..38db63b96d24 100644 --- a/pkg/ui/workspaces/cluster-ui/src/timeScaleDropdown/timeScale.module.scss +++ b/pkg/ui/workspaces/cluster-ui/src/timeScaleDropdown/timeScale.module.scss @@ -2,6 +2,7 @@ .timescale { display: flex; + width: 590px; } .trigger {