From c327a7c20eff734540a87852e42ec840b0920545 Mon Sep 17 00:00:00 2001 From: Nithin David <1277421+nithindavid@users.noreply.github.com> Date: Mon, 20 Dec 2021 20:40:01 +0530 Subject: [PATCH] Fixes right spacing for inbox name --- .../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 a272214a2..fe20b19a8 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue @@ -338,7 +338,7 @@ export default { color: var(--s-600); padding: var(--space-micro) 0; margin-bottom: 0; - margin-right: var(--space-smaller); + margin-right: 0; max-width: 12rem; }