From 0f9c650f34c6622d953ce2b93b21cfc56bef94e8 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Mon, 18 Jan 2021 09:56:51 +0100 Subject: [PATCH] Capitalize (#742) Capitalization in plugin descriptions leads to weird results like 'Checks The Contract Code For Security Vulnerabilities And Bad Practices.' Maybe it's better just to keep the profiles up to date? --- apps/remix-ide/src/app/components/plugin-manager-component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remix-ide/src/app/components/plugin-manager-component.js b/apps/remix-ide/src/app/components/plugin-manager-component.js index a048b76209..d62aabc665 100644 --- a/apps/remix-ide/src/app/components/plugin-manager-component.js +++ b/apps/remix-ide/src/app/components/plugin-manager-component.js @@ -39,7 +39,6 @@ const css = csjs` .description { font-size: 13px; line-height: 18px; - text-transform: capitalize; } .row { display: flex;