From 7ce85cba466ada35c1adb547296b5aeb4ef29fdc Mon Sep 17 00:00:00 2001 From: Tomas Vik Date: Wed, 6 Jan 2021 15:33:06 +0100 Subject: [PATCH] fix(webview): cosmetic fix of label note component --- src/webview/src/components/LabelNote.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webview/src/components/LabelNote.vue b/src/webview/src/components/LabelNote.vue index 603d806..18d3139 100644 --- a/src/webview/src/components/LabelNote.vue +++ b/src/webview/src/components/LabelNote.vue @@ -118,6 +118,9 @@ export default { .label-pill { margin-right: 3px; } + .label-action { + margin-left: 3px; + } } .label-pill { -- GitLab