fix: button styling
This commit is contained in:

committed by
Gitea

parent
3b9bc5b2f8
commit
02f985d8a3
@ -41,6 +41,7 @@
|
||||
/>
|
||||
<BaseButton
|
||||
v-if="+new Date(task.dueDate) > 0"
|
||||
class="dueDate"
|
||||
@click.prevent.stop="showDefer = !showDefer"
|
||||
v-tooltip="formatDate(task.dueDate)"
|
||||
>
|
||||
@ -254,6 +255,11 @@ export default defineComponent({
|
||||
display: inline-block;
|
||||
flex: 1 0 50%;
|
||||
|
||||
.dueDate {
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.overdue {
|
||||
color: var(--danger);
|
||||
}
|
||||
|
Reference in New Issue
Block a user