remove vertical padding for <select> elements

pull/83/head
Aevann 2023-01-01 10:20:55 +02:00
parent 1aec0ab8d1
commit 870025bc07
1 changed files with 5 additions and 0 deletions

View File

@ -6570,3 +6570,8 @@ body > .container {
max-width: min(90%, 1200px) !important
}
}
select {
padding-top: 0 !important;
padding-bottom: 0 !important;
}