reset margin property of form controls

This commit is contained in:
taehoon 2019-06-17 13:48:54 -04:00
parent c4fcdc7125
commit 90fda1f245

View file

@ -131,6 +131,7 @@ input, textarea, .select {
font-family: sans-serif;
font-family: var(--inputFont, sans-serif);
font-size: 14px;
margin: 0;
padding: 8px .5em;
box-sizing: border-box;
display: inline-block;