Merge pull request #4279 from Kirvx/patch-3

Deactivate the auto-capitalize for the small tag
This commit is contained in:
Matias Alejo Garcia 2016-06-04 11:20:13 -03:00
commit 31b49c63f9

View file

@ -301,6 +301,7 @@ label {
label small {
font-size: 10px;
color: #999;
text-transform: none;
&.has-error {
font-size: 11px;
}