fix: ugly padding on selects
parent
9fc54b4231
commit
5ca6b18881
|
@ -19,5 +19,6 @@ export const FiltreAcademie = ({ resistants, onChange }: Props) => (
|
||||||
.filter(Boolean)
|
.filter(Boolean)
|
||||||
.sort()
|
.sort()
|
||||||
.map((a) => ({ label: a, value: a }))}
|
.map((a) => ({ label: a, value: a }))}
|
||||||
|
style={{ paddingRight: 0 }}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue