style(select): use tailwind for padding of select elements in Settings (#1064)

This commit is contained in:
Danny Avila 2023-10-16 13:57:15 -04:00 committed by GitHub
parent 352e01f9d0
commit 6d8aed7ef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -153,7 +153,6 @@ select {
border-width: 1px;
font-size: 1rem;
line-height: 1.5rem;
padding: .5rem .75rem;
}
.overflow-y-auto {