Skip to content

Commit

Permalink
Removed padding from date field (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Schneeloch authored Jun 24, 2016
1 parent cdb2635 commit 0e4e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/util/profile_edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export function boundDateField(keySet: string[], label: string, omitDay: boolean
/>;
}

return <div style={{paddingBottom: "20px"}}>
return <div>
<TextField
floatingLabelText={label}
floatingLabelFixed={true}
Expand Down

0 comments on commit 0e4e9c3

Please sign in to comment.