fix text padding in key-value input field

This commit is contained in:
51114u9
2017-03-13 01:11:56 -04:00
parent 7fee59bc37
commit a0f1917bdb
+1 -1
View File
@@ -181,7 +181,7 @@ input[type=email] {
background-color: white;
color: #333;
border:1px solid #ccc;
padding:5px 10px;
padding:5px 25px 5px 10px;
height:30px;
width: 100%;
border-radius:4px;