minor style fix

This commit is contained in:
Sam
2019-01-07 11:47:51 +01:00
parent 066a0d79c7
commit ea4d15acc0
6 changed files with 14 additions and 7 deletions

View File

@ -173,7 +173,6 @@ class ProfileEdit extends React.Component {
name="bio"
className="form-control input-lg"
maxLength="200"
type="text"
value={formData.bio}
onChange={e => this.handleFormChange(e)}
/>
@ -183,7 +182,7 @@ class ProfileEdit extends React.Component {
<label>
Timezone:
<TimezonePicker
className="form-control"
className="form-control timezone-custom-height"
onChange={tz => {
const e = { target:
{