Show title

This commit is contained in:
Lim Chee Aun 2023-03-27 00:47:08 +08:00
parent d3c964fad3
commit 157daa68df

View file

@ -567,7 +567,9 @@ function TimelineStatusCompact({ status, instance }) {
: ''} : ''}
</div> </div>
)} )}
<div class="content-compact">{statusPeekText}</div> <div class="content-compact" title={statusPeekText}>
{statusPeekText}
</div>
</article> </article>
); );
} }