fix(css): overflow in instructeur affectation

This commit is contained in:
simon lehericey 2022-10-28 16:02:18 +02:00 committed by LeSim
parent a2a9a9aec0
commit 34abf45801

View file

@ -346,6 +346,7 @@
[data-reach-combobox-token-list] {
padding: $default-spacer;
display: flex;
flex-wrap: wrap;
align-items: center;
list-style: none;
}