fix(labels): make sure labels are aligned in the middle
This commit is contained in:
parent
baa5d14ca6
commit
b2e5de88ff
@ -27,7 +27,8 @@ defineProps({
|
|||||||
display: inline;
|
display: inline;
|
||||||
|
|
||||||
:deep(.tag) {
|
:deep(.tag) {
|
||||||
margin-bottom: .25rem;
|
margin-top: .125rem;
|
||||||
|
margin-bottom: .125rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -103,7 +103,7 @@ import {getHexColor} from '@/models/task'
|
|||||||
import type {ITask} from '@/modelTypes/ITask'
|
import type {ITask} from '@/modelTypes/ITask'
|
||||||
|
|
||||||
import PriorityLabel from '@/components/tasks/partials/priorityLabel.vue'
|
import PriorityLabel from '@/components/tasks/partials/priorityLabel.vue'
|
||||||
import Labels from '@/components/tasks/partials//labels.vue'
|
import Labels from '@/components/tasks/partials/labels.vue'
|
||||||
import ChecklistSummary from '@/components/tasks/partials/checklist-summary.vue'
|
import ChecklistSummary from '@/components/tasks/partials/checklist-summary.vue'
|
||||||
|
|
||||||
import ColorBubble from '@/components/misc/colorBubble.vue'
|
import ColorBubble from '@/components/misc/colorBubble.vue'
|
||||||
@ -197,6 +197,7 @@ const project = computed(() => projectStore.projects[task.projectId])
|
|||||||
span.parent-tasks {
|
span.parent-tasks {
|
||||||
color: var(--grey-500);
|
color: var(--grey-500);
|
||||||
width: auto;
|
width: auto;
|
||||||
|
margin-left: .25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user