From 8bca4f73033ff02ef1bb4e1abc6693b371c29c44 Mon Sep 17 00:00:00 2001 From: himaniraghav3 Date: Tue, 29 Apr 2025 15:18:20 +0530 Subject: [PATCH] Fix white space for status --- .../src/pages/copilot-opportunity-list/styles.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/copilots/src/pages/copilot-opportunity-list/styles.module.scss b/src/apps/copilots/src/pages/copilot-opportunity-list/styles.module.scss index 76c7172b6..fabdab748 100644 --- a/src/apps/copilots/src/pages/copilot-opportunity-list/styles.module.scss +++ b/src/apps/copilots/src/pages/copilot-opportunity-list/styles.module.scss @@ -21,6 +21,7 @@ font-weight: bold; padding: 4px 8px; border-radius: 4px; + white-space: nowrap; display: inline-block; text-transform: capitalize; }