Extend input min-width and add padding

This commit is contained in:
Sammy-T 2021-03-05 19:48:20 -05:00
parent 38256c7e90
commit 1b0491588f

View File

@ -16,6 +16,7 @@
position: relative;
margin-bottom: 20px;
line-height: 1.8;
padding: 0 6px;
}
.row > div {
@ -25,7 +26,7 @@
.row > div > input {
width: 100%;
min-width: 200px;
min-width: 240px;
}
.buttons {