Skip to content

Commit

Permalink
Username/email case sensitive issue resolved issue #78
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Asher Ahmed committed Apr 10, 2017
1 parent 87ec224 commit 470e7fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imports/ui/components/settings/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
width: 80%;
display: inline-block;
}
&:nth-child(3){
text-transform: initial;
}
&:nth-child(4){
text-transform: initial;
}
span{
label{
display: inline-block;
Expand Down

0 comments on commit 470e7fa

Please sign in to comment.