From 5c85b9548e10acb6aed050d4c0637f4b53e2e96e Mon Sep 17 00:00:00 2001 From: Anand Tiwary Date: Tue, 12 Sep 2023 14:36:54 -0700 Subject: [PATCH] refactor: increasing the width of topology tooltip --- .../topology/tooltip/topology-entity-tooltip.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/observability/src/shared/dashboard/widgets/topology/tooltip/topology-entity-tooltip.component.scss b/projects/observability/src/shared/dashboard/widgets/topology/tooltip/topology-entity-tooltip.component.scss index 4e0f314d9..042bad9be 100644 --- a/projects/observability/src/shared/dashboard/widgets/topology/tooltip/topology-entity-tooltip.component.scss +++ b/projects/observability/src/shared/dashboard/widgets/topology/tooltip/topology-entity-tooltip.component.scss @@ -7,7 +7,7 @@ opacity: 0.92; box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.14); border-radius: 4px; - max-width: 400px; + max-width: 800px; min-width: 140px; display: flex; flex-direction: column;