added padding to text box

This commit is contained in:
gideonwolfe 2020-08-23 20:55:03 -07:00
parent 74dc30e490
commit 66624b7d3c

View File

@ -113,6 +113,8 @@ input {
border-width: 1px;
border-color: var(--color12);
border-style: solid;
padding-top: 4px;
padding-bottom: 4px;
}
.column {