mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
fix(tasks): do not create label wrapper component when no labels are present
This fixes a visual regression where a padding on the left of the icons was shown when no labels were present
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div class="label-wrapper">
|
||||
<div
|
||||
v-if="labels?.length > 0"
|
||||
class="label-wrapper"
|
||||
>
|
||||
<XLabel
|
||||
v-for="label in displayLabels"
|
||||
:key="label.id"
|
||||
|
||||
Reference in New Issue
Block a user