Skip to content

Commit

Permalink
INTERIM-165 Apply to all the weird input tag types
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Booher committed May 18, 2018
1 parent 2d940e7 commit c4b80af
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,19 @@ figure.image.floated-right img {
/* -------------------- */
/* Forms */

input[type=text],
input[type=password] {
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
height: auto;
max-width: 100%;
padding: 0.5rem;
Expand Down

0 comments on commit c4b80af

Please sign in to comment.