From 74afb785c2f312105773124928a21ae3612bb7c4 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 26 Apr 2023 22:51:30 +0530 Subject: [PATCH] fix: Update spacing for the priority icon in the inbox views (#6993) Co-authored-by: Muhsin Keloth --- .../components/widgets/conversation/ConversationCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue index d2d49580a..83c40e027 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue @@ -443,11 +443,11 @@ export default { .conversation-metadata-attributes { display: flex; gap: var(--space-small); + margin-left: var(--space-small); } .assignee-label { display: inline-flex; - margin-left: var(--space-small); max-width: 50%; } }