From 612a876199d8ecdc778182ea93fff034a4d15ef4 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 1 Jun 2016 23:44:09 -0700 Subject: [PATCH] Do not capitalize names --- src/components/state-info.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/state-info.html b/src/components/state-info.html index f87c6a8ca7..1297e8712f 100644 --- a/src/components/state-info.html +++ b/src/components/state-info.html @@ -21,7 +21,6 @@ .name { @apply(--paper-font-common-nowrap); - text-transform: capitalize; color: var(--primary-text-color); line-height: 40px; }