forked from AkkomaGang/akkoma-fe
fix spacing in poll expiration label
This commit is contained in:
parent
0afc955ebd
commit
bc029b0fa2
1 changed files with 12 additions and 10 deletions
|
@ -71,6 +71,7 @@
|
||||||
{{ $tc("polls.votes_count", poll.votes_count, { count: poll.votes_count }) }} ·
|
{{ $tc("polls.votes_count", poll.votes_count, { count: poll.votes_count }) }} ·
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
<span>
|
||||||
<i18n-t
|
<i18n-t
|
||||||
scope="global"
|
scope="global"
|
||||||
:keypath="expired ? 'polls.expired' : 'polls.expires_in'"
|
:keypath="expired ? 'polls.expired' : 'polls.expires_in'"
|
||||||
|
@ -81,6 +82,7 @@
|
||||||
:now-threshold="0"
|
:now-threshold="0"
|
||||||
/>
|
/>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue