remove unsightly auto-applied margin from safari buttons
This commit is contained in:
parent
82e206bccf
commit
82a8283b6e
|
@ -142,6 +142,7 @@ select,
|
|||
textarea,
|
||||
button {
|
||||
font-family: inherit;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue