Get rid of WebKit's button top margin

It conflicts with our :active styling since it changes margin-top.
This commit is contained in:
Samuel Mannehed 2022-12-23 13:41:20 +01:00
parent 30f230b74c
commit 2b449b208e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ select {
/* This avoids it jumping around when :active */
vertical-align: middle;
margin-top: 0;
padding-left: 20px;
padding-right: 20px;