Skip to content

Commit

Permalink
SDA-4350 - Fix spacing and style of tooltip (finos#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan authored Nov 9, 2023
1 parent 08fc6d8 commit a5211a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/renderer/styles/call-notification.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a5211a7

Please sign in to comment.