reset margin property of form controls
This commit is contained in:
parent
c4fcdc7125
commit
90fda1f245
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue