Skip to content

Commit

Permalink
update employment form design city field fix (#5053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Umar Asghar authored Sep 20, 2021
1 parent fe7aee1 commit 342f7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/components/EmploymentForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class EmploymentForm extends ProfileFormFields {
<Grid item md={4} sm={6} xs={12}>
{this.boundTextField(keySet("city"), "City")}
</Grid>
<Grid item xs={12}>
<Grid item md={12} sm={6} xs={12}>
<SelectField
keySet={keySet("industry")}
label="Industry"
Expand Down

0 comments on commit 342f7bf

Please sign in to comment.