From 51c626eab030ae740782e201cd057fdbf1042f4c Mon Sep 17 00:00:00 2001 From: Rudy Garcia Date: Mon, 8 Oct 2018 14:53:50 -0600 Subject: [PATCH] Remove text-transform uppercase --- src/PropertyFields.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PropertyFields.module.scss b/src/PropertyFields.module.scss index 2ac2c53..dc577a4 100644 --- a/src/PropertyFields.module.scss +++ b/src/PropertyFields.module.scss @@ -9,7 +9,6 @@ font-family: monospace; padding: 0px 12px; background-color: transparent; - text-transform: uppercase; box-sizing: border-box; margin: 0px; box-shadow: none;