Skip to content

Commit

Permalink
Extend input min-width and add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy-T committed Mar 6, 2021
1 parent 38256c7 commit 1b04915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/layout/FormLayout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
position: relative;
margin-bottom: 20px;
line-height: 1.8;
padding: 0 6px;
}

.row > div {
Expand All @@ -25,7 +26,7 @@

.row > div > input {
width: 100%;
min-width: 200px;
min-width: 240px;
}

.buttons {
Expand Down

0 comments on commit 1b04915

Please sign in to comment.