From e9afa9cb15ef5ff28c7cbc912807f3cee67eefa2 Mon Sep 17 00:00:00 2001 From: Usman Afzal Date: Tue, 31 Jul 2018 11:48:05 +0100 Subject: [PATCH] Removed hint capitalization (#497) --- src/stylesheets/components/_hints.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stylesheets/components/_hints.scss b/src/stylesheets/components/_hints.scss index 7e90230d..ea0a1329 100644 --- a/src/stylesheets/components/_hints.scss +++ b/src/stylesheets/components/_hints.scss @@ -2,7 +2,6 @@ .hint { box-shadow: inset 0px 0px 0px 1px $grey-3; - text-transform: capitalize; display: inline-block; }