diff --git a/app/javascript/dashboard/components/ui/Label.vue b/app/javascript/dashboard/components/ui/Label.vue index e09f9664d..cbb6389a1 100644 --- a/app/javascript/dashboard/components/ui/Label.vue +++ b/app/javascript/dashboard/components/ui/Label.vue @@ -164,12 +164,12 @@ export default { .label-action--button { color: inherit; - margin-bottom: var(--space-minus-micro); } .label__title { max-width: inherit; overflow: hidden; text-overflow: ellipsis; + line-height: 1.2; }