fix: ugly padding on selects

proto-module-actu-react
Jalil Arfaoui 2023-05-13 22:27:15 +02:00
parent 9fc54b4231
commit 5ca6b18881
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ export const FiltreAcademie = ({ resistants, onChange }: Props) => (
.filter(Boolean)
.sort()
.map((a) => ({ label: a, value: a }))}
style={{ paddingRight: 0 }}
/>
);