Skip to content

Commit

Permalink
INTERIM-165 Use text styling for password fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Booher committed May 15, 2018
1 parent 28409f3 commit 2d940e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,8 @@ figure.image.floated-right img {
/* -------------------- */
/* Forms */

input[type=text] {
input[type=text],
input[type=password] {
height: auto;
max-width: 100%;
padding: 0.5rem;
Expand Down

0 comments on commit 2d940e7

Please sign in to comment.