We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef6dcd8 + c8461bf commit 239acccCopy full SHA for 239accc
apps/desktop/src/components/CommitCard.svelte
@@ -331,9 +331,11 @@
331
<span class="text-13 text-body text-semibold commit__empty-title">empty commit message</span
332
>
333
{:else}
334
- <h5 class="text-13 text-body text-semibold commit__title" class:truncate={!showDetails}>
335
- {commit.descriptionTitle}
336
- </h5>
+ <Tooltip text={commit.descriptionTitle}>
+ <h5 class="text-13 text-body text-semibold commit__title" class:truncate={!showDetails}>
+ {commit.descriptionTitle}
337
+ </h5>
338
+ </Tooltip>
339
340
<div class="text-11 text-semibold commit__subtitle">
341
{#if commit.isSigned}
0 commit comments