App: visual fix

This commit is contained in:
Anton Kovalenko 2021-09-24 05:33:14 +03:00
parent 8663e85c5c
commit f26f38f884

View File

@ -180,7 +180,7 @@
<SiteCard> <SiteCard>
{#if lnurl} {#if lnurl}
<CTC let:id let:action force text={lnurl}> <CTC let:id let:action force text={lnurl}>
<div class="form-text user-select-all mb-2 mt-2" <div class="form-text user-select-all mb-0 mt-2"
style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis"
on:click={action} id={id}>{lnurl} on:click={action} id={id}>{lnurl}
</div> </div>