diff --git a/src/shared/components/Settings/Tools/Devices/List/Item/styles.scss b/src/shared/components/Settings/Tools/Devices/List/Item/styles.scss index e2b04eea82..9e8ab8b3be 100644 --- a/src/shared/components/Settings/Tools/Devices/List/Item/styles.scss +++ b/src/shared/components/Settings/Tools/Devices/List/Item/styles.scss @@ -36,7 +36,6 @@ justify-content: left; font-size: 15px; line-height: 20px; - text-transform: capitalize; padding-right: 20px; flex: 1; } diff --git a/src/shared/components/Settings/Tools/ServiceProviders/List/Item/styles.scss b/src/shared/components/Settings/Tools/ServiceProviders/List/Item/styles.scss index 744b398be6..5fe310a902 100644 --- a/src/shared/components/Settings/Tools/ServiceProviders/List/Item/styles.scss +++ b/src/shared/components/Settings/Tools/ServiceProviders/List/Item/styles.scss @@ -35,7 +35,6 @@ justify-content: left; font-size: 15px; line-height: 20px; - text-transform: capitalize; } .parameter-first-line { diff --git a/src/shared/components/Settings/Tools/Software/List/Item/styles.scss b/src/shared/components/Settings/Tools/Software/List/Item/styles.scss index f3e834afab..5b8fa3b077 100644 --- a/src/shared/components/Settings/Tools/Software/List/Item/styles.scss +++ b/src/shared/components/Settings/Tools/Software/List/Item/styles.scss @@ -39,7 +39,6 @@ justify-content: left; font-size: 15px; line-height: 20px; - text-transform: capitalize; } .parameter-first-line { diff --git a/src/shared/components/Settings/Tools/Subscriptions/List/Item/styles.scss b/src/shared/components/Settings/Tools/Subscriptions/List/Item/styles.scss index 2fc5d9113d..db86dc5800 100644 --- a/src/shared/components/Settings/Tools/Subscriptions/List/Item/styles.scss +++ b/src/shared/components/Settings/Tools/Subscriptions/List/Item/styles.scss @@ -35,7 +35,6 @@ justify-content: center; font-size: 15px; line-height: 20px; - text-transform: capitalize; flex: 1; padding-right: 20px; }