Skip to content

Commit

Permalink
[not verified] Add box-sizing so that the width doesn't overflow the …
Browse files Browse the repository at this point in the history
…container
  • Loading branch information
andrewserong authored and stacimc committed Apr 26, 2021
1 parent 3d5aa34 commit c645b05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}

input {
box-sizing: border-box;
width: 100%;
}

Expand Down

0 comments on commit c645b05

Please sign in to comment.