@ -17,7 +17,9 @@
< / button >
Project Idea
< / h1 >
< h2 class = "text-center text-xl font-semibold" >
< h2
class = "text-center text-xl font-semibold overflow-hidden text-ellipsis"
>
{ { name } }
< button
v - if = "activeDid === issuer || activeDid === agentDid"
@ -139,7 +141,7 @@
< / div >
< div class = "text-sm text-slate-500" >
< div v-if ="!expanded" >
< div v-if ="!expanded" class="overflow-hidden text-ellipsis" >
{ { truncatedDesc } }
< a
v - if = "description.length >= truncateLength"
@ -148,7 +150,7 @@
> ... Read More < / a
>
< / div >
< div v-else >
< div v -else class = "overflow-hidden text-ellipsis" >
{ { description } }
< a
class = "uppercase text-xs font-semibold text-slate-700"
@ -286,7 +288,10 @@
/ > { { o f f e r . a m o u n t } }
< / span >
< / div >
< div v-if ="offer.objectDescription" class="text-slate-500" >
< div
v - if = "offer.objectDescription"
class = "text-slate-500 overflow-hidden text-ellipsis"
>
< font -awesome icon = "comment" class = "fa-fw text-slate-400" / >
{ { offer . objectDescription } }
< / div >
@ -431,7 +436,10 @@
< font -awesome icon = "calendar" class = "fa-fw text-slate-400" / >
{ { give . issuedAt ? . substring ( 0 , 10 ) } }
< / div >
< div v-if ="give.description" class="text-slate-500" >
< div
v - if = "give.description"
class = "text-slate-500 overflow-hidden text-ellipsis"
>
< font -awesome icon = "comment" class = "fa-fw text-slate-400" / >
{ { give . description } }
< / div >
@ -538,7 +546,10 @@
< font -awesome icon = "calendar" class = "fa-fw text-slate-400" / >
{ { give . issuedAt ? . substring ( 0 , 10 ) } }
< / div >
< div v-if ="give.description" class="text-slate-500" >
< div
v - if = "give.description"
class = "text-slate-500 overflow-hidden text-ellipsis"
>
< font -awesome icon = "comment" class = "fa-fw text-slate-400" / >
{ { give . description } }
< / div >