Skip to content

Commit

Permalink
Fix tooltip alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
KATIETOLER committed Sep 5, 2024
1 parent 2520caf commit 9e86712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/pages/workflow-pending-activities.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
{translate('workflows.next-retry')}
</h4>
<Tooltip
topRight
width={200}
left
text={formatDate(details.scheduledTime, $timeFormat, {
relative: $relativeTime,
})}
Expand Down

0 comments on commit 9e86712

Please sign in to comment.