Extend input min-width and add padding

pull/522/head
Sammy-T 2021-03-05 19:48:20 -05:00
parent 38256c7e90
commit 1b0491588f
1 changed files with 2 additions and 1 deletions

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 {