From 7fd27ec09d8b75fc3be1a004934a12f14748caa8 Mon Sep 17 00:00:00 2001 From: Palash Gupta Date: Thu, 1 Jun 2023 00:56:03 +0530 Subject: [PATCH] fix: service name capitalisation is removed from list page (#2806) --- frontend/src/container/MetricsTable/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/container/MetricsTable/styles.ts b/frontend/src/container/MetricsTable/styles.ts index 3b64520707..3050081a56 100644 --- a/frontend/src/container/MetricsTable/styles.ts +++ b/frontend/src/container/MetricsTable/styles.ts @@ -7,7 +7,6 @@ export const Container = styled.div` export const Name = styled(Typography)` &&& { - text-transform: capitalize; font-weight: 600; color: #177ddc; cursor: pointer;