Skip to content

Commit

Permalink
Merge pull request #423 from VirtualFlyBrain/fix/213
Browse files Browse the repository at this point in the history
fixed capitalization issue
  • Loading branch information
Robbie1977 authored Sep 23, 2019
2 parents 0e067e6 + 49a364d commit cc87e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/configuration/focusTermConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var focusTermConfiguration = {
margin: '0px -5px 0px 0px',
minWidth: '400px',
height: '30px',
textTransform: 'capitalize',
textTransform: 'none',
textAlign: 'left',
justifyContent: 'start',
marginTop: '1px',
Expand All @@ -30,7 +30,7 @@ var focusTermConfiguration = {
margin: '0px -5px 0px 0px',
minWidth: '400px',
height: '30px',
textTransform: 'capitalize',
textTransform: 'none',
textAlign: 'left',
justifyContent: 'start',
marginTop: '1px',
Expand Down

0 comments on commit cc87e03

Please sign in to comment.