SDA-4350 - Fix spacing and style of tooltip (#2010)

This commit is contained in:
Kiran Niranjan 2023-11-09 16:31:17 +05:30 committed by GitHub
parent d451b4f7ff
commit ee7ce7d5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {