Skip to content

Commit

Permalink
Extend text field size.
Browse files Browse the repository at this point in the history
  • Loading branch information
CM Lubinski committed Feb 2, 2018
1 parent 7e04200 commit 52ee141
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/ereqs_admin/static/admin/overrides/django/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,9 @@ label {
// Django's default of 100% doesn't play well with our normalized box model
width: auto;
}

.vTextField {
// Django's default is smaller, assuming we're only taking up a portion of
// the line
width: 40rem;
}

0 comments on commit 52ee141

Please sign in to comment.