Fix vertical alignment of Generate tooltip shortcut info

This commit is contained in:
Leszek Hanusz 2026-02-03 02:14:28 +01:00
parent fb2095e815
commit f42d889a47
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -322,7 +322,9 @@
{#if generateTooltip}
<p>{generateTooltip}</p>
{:else}
<KeyboardShortcutInfo keys={['shift', 'enter']} class="opacity-100 w-full justify-center" />
<div class="flex items-center justify-center py-1">
<KeyboardShortcutInfo keys={['shift', 'enter']} class="opacity-100" />
</div>
{/if}
</Tooltip.Content>
</Tooltip.Root>