Fix vertical alignment of Generate tooltip shortcut info
This commit is contained in:
parent
fb2095e815
commit
f42d889a47
Binary file not shown.
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue