Skip to content

Commit

Permalink
Merge pull request #125 from isubit/INTERIM-47
Browse files Browse the repository at this point in the history
INTERIM-47 Stopped text inputs from hitting the edge of narrow screens
  • Loading branch information
angelamnr authored Jun 6, 2017
2 parents bca9419 + 4f65f55 commit f1cf0e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,14 +487,15 @@ figure.image.floated-right img {
/* -------------------- */
/* Forms */

/* Form Buttons */

input[type=text] {
max-width: 100%;
padding: 1em;
border: 1px solid #ddd;
border-radius: 2px;
}

/* Form Buttons */

input[type=submit].form-submit {
margin: 0 0.5rem 0 0;
padding: 0.25rem 0.5rem;
Expand Down

0 comments on commit f1cf0e1

Please sign in to comment.