fix(sidebar): Don't capitalize every word in label names. #401

Fixes #401
This commit is contained in:
Ben Gotow 2015-11-13 09:45:19 -08:00
parent ca0f7a13ec
commit 4ebc93db57

View file

@ -119,12 +119,6 @@
}
}
#account-sidebar {
.name {
text-transform: capitalize;
}
}
#account-switcher {
border-bottom: 1px solid @border-color-divider;