From e6819f88791b71af3cf8e80231feb9c3bc136f19 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 25 Jul 2014 14:37:31 -0400 Subject: [PATCH] FIX: Don't capitalize category names in the breadcrumbs. See: https://meta.discourse.org/t/categories-dropdown-inconsistent-text-formatting/18042 --- app/assets/stylesheets/desktop/topic-list.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index f225cff2058..f22de3f6d51 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -33,7 +33,6 @@ .badge-category { font-weight: normal; - text-transform: capitalize; } }