diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue index 967831e8e..6b0848504 100644 --- a/src/components/TaskBody.vue +++ b/src/components/TaskBody.vue @@ -883,14 +883,14 @@ $breakpoint-mobile: 1024px; max-width: 50%; .tag { - height: 32px; + height: 28px; overflow: hidden; display: flex; padding: 0 12px; background-color: var(--color-primary-element-light); border: none; border-radius: 18px !important; - margin: 4px 2px; + margin: 0 4px; align-items: center; cursor: pointer;