Fix select drop down so text is not clipped

This commit is contained in:
Neil MacDougall 2022-06-21 22:13:46 +01:00
parent 23b8e84914
commit cde20c44a7
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
border: solid 1px $border;
border-radius: 4px;
opacity: 1;
padding: 10px;
padding: 4px 10px;
}
}