From cef50e1bb0a6c437422a5e493c53e195699a6bce Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 7 Nov 2022 00:54:07 -0800 Subject: [PATCH] sel: fix pixel position --- src/components/SelectionManager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SelectionManager.vue b/src/components/SelectionManager.vue index 81574279..c62b62f3 100644 --- a/src/components/SelectionManager.vue +++ b/src/components/SelectionManager.vue @@ -569,7 +569,7 @@ export default class SelectionManager extends Mixins(GlobalMixin, UserConfig) { > .text { flex-grow: 1; - line-height: 40px; + line-height: 42px; padding-left: 8px; }