Improve padding in fields

This commit is contained in:
Robbie Antenesse 2019-12-15 13:24:25 -07:00
parent 9965dba80e
commit 7a80be9730
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,7 @@ input:not([type="checkbox"]),
select, select,
textarea { textarea {
font-size: 12pt; font-size: 12pt;
padding: 2px 3px;
} }
label { label {
@ -30,8 +31,7 @@ label {
} }
input:not([type="checkbox"]):not([type="radio"]) { input:not([type="checkbox"]):not([type="radio"]) {
padding-bottom: 2px; line-height: 1.6;
line-height: 1.3;
} }
input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"]),