From a5211a701915f76dab603a40d91875ba817ba567 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Thu, 9 Nov 2023 16:31:11 +0530 Subject: [PATCH] SDA-4350 - Fix spacing and style of tooltip (#2011) --- src/renderer/styles/call-notification.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/renderer/styles/call-notification.less b/src/renderer/styles/call-notification.less index 24e26e1b8..74e0762bb 100644 --- a/src/renderer/styles/call-notification.less +++ b/src/renderer/styles/call-notification.less @@ -309,19 +309,20 @@ text { left: 50%; width: auto; max-width: 200px; + min-width: 200px; white-space: pre-wrap; word-wrap: break-word; height: auto; - transform: translateX(-50%); opacity: 0; + font-family: @font-family; transition: opacity 0.3s, visibility 0.3s; } .tooltip-primary { - bottom: 50%; + transform: translateX(-50%) translateY(calc(-100% - 2px)); } .tooltip-secondary { - bottom: 40%; + transform: translateX(-50%) translateY(calc(-100% - 20px)); } .tooltip-trigger {