fix: Sender ID info not shown on hover (#14846)
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
This commit is contained in:
co-authored by
Carina Wollendorfer
parent
c478f73327
commit
df9a6621cf
@@ -629,10 +629,12 @@ export default function WorkflowStepContainer(props: WorkflowStepProps) {
|
||||
{isSenderIsNeeded ? (
|
||||
<>
|
||||
<div className="pt-4">
|
||||
<div className="flex">
|
||||
<div className="flex items-center">
|
||||
<Label>{t("sender_id")}</Label>
|
||||
<Tooltip content={t("sender_id_info")}>
|
||||
<Icon name="info" className="ml-2 mr-1 mt-0.5 h-4 w-4 text-gray-500" />
|
||||
<span>
|
||||
<Icon name="info" className="mb-2 ml-2 mr-1 mt-0.5 h-4 w-4 text-gray-500" />
|
||||
</span>
|
||||
</Tooltip>
|
||||
</div>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user