fix(task): priority label spacing
This commit is contained in:
parent
0b1c8ed4dd
commit
0887860b2a
@ -14,7 +14,7 @@
|
||||
<template v-if="priority === priorities.URGENT">{{ $t('task.priority.urgent') }}</template>
|
||||
<template v-if="priority === priorities.DO_NOW">{{ $t('task.priority.doNow') }}</template>
|
||||
</span>
|
||||
<span class="icon" v-if="priority === priorities.DO_NOW">
|
||||
<span class="icon pr-0" v-if="priority === priorities.DO_NOW">
|
||||
<icon icon="exclamation"/>
|
||||
</span>
|
||||
</span>
|
||||
|
@ -38,7 +38,7 @@
|
||||
class="mr-1"
|
||||
/>
|
||||
|
||||
<priority-label :priority="task.priority" :done="task.done"/>
|
||||
<priority-label :priority="task.priority" :done="task.done" class="pr-2"/>
|
||||
|
||||
<router-link
|
||||
:to="taskDetailRoute"
|
||||
|
Loading…
x
Reference in New Issue
Block a user