Add a bit of padding to inputs

This commit is contained in:
Frances Berriman
2016-08-31 13:18:18 -07:00
parent c49cfc5fce
commit d805cb67cb
4 changed files with 10 additions and 2 deletions

@ -30,6 +30,7 @@
white-space: nowrap;
vertical-align: middle;
border-right: 1px solid var(--textFieldBorderColor);
margin:0;
}
.inputField {