Skip to content

Commit

Permalink
Make the integer field readable on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 2, 2020
1 parent 0fbfd39 commit 529610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form_designer/static/form_designer/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.form-row.dynamic-fields .vTextField { width: 15em; }
.form-row.dynamic-fields .vIntegerField { width: 2.5em; }
.form-row.dynamic-fields .vIntegerField { width: 3.5em; }

.form-row.dynamic-fields input[name$=-title],
.form-row.dynamic-fields input[name$=-name] { width: 10em; }
Expand Down

0 comments on commit 529610b

Please sign in to comment.