aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/src/handlers/InputLine.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-12-30 20:19:47 -0300
committerSebastian <sebasjm@gmail.com>2023-12-30 20:19:47 -0300
commit6dd7cfa1ecd3ab95e4ab50e144762e5dceb03328 (patch)
treeceea1abf8e4be909d15a9219748279c9a895e667 /packages/aml-backoffice-ui/src/handlers/InputLine.tsx
parenta37abd2472ac2d521e81838632050963157f00af (diff)
downloadwallet-core-6dd7cfa1ecd3ab95e4ab50e144762e5dceb03328.tar.xz
abs time
Diffstat (limited to 'packages/aml-backoffice-ui/src/handlers/InputLine.tsx')
-rw-r--r--packages/aml-backoffice-ui/src/handlers/InputLine.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/aml-backoffice-ui/src/handlers/InputLine.tsx b/packages/aml-backoffice-ui/src/handlers/InputLine.tsx
index 890bb54cb..8c44b1ca5 100644
--- a/packages/aml-backoffice-ui/src/handlers/InputLine.tsx
+++ b/packages/aml-backoffice-ui/src/handlers/InputLine.tsx
@@ -46,11 +46,11 @@ export function LabelWithTooltipMaybeRequired({
{Label}
<span class="relative flex items-center group pl-2">
{TooltipIcon}
- <div class="absolute bottom-0 flex flex-col items-center mb-6 group-hover:flex">
- <span class="relative z-10 p-2 text-xs leading-none text-white whitespace-no-wrap bg-black shadow-lg">
+ <div class="absolute bottom-0 -ml-10 hidden flex-col items-center mb-6 group-hover:flex w-28">
+ <div class="relative z-10 p-2 text-xs leading-none text-white whitespace-no-wrap bg-black shadow-lg">
{tooltip}
- </span>
- <div class="w-3 h-3 -mt-2 rotate-45 bg-black"></div>
+ </div>
+ <div class="w-3 h-3 -mt-2 rotate-45 bg-black"></div>
</div>
</span>
</div>