fix profile pictures layout in Select2 results

This commit is contained in:
thomas girod 2024-09-29 23:31:33 +02:00
parent 8ec3074488
commit c10e1e8cbf

View File

@ -647,7 +647,9 @@ a:not(.button) {
align-items: center;
img {
max-height: 40px;
height: 40px;
width: 40px;
object-fit: cover;
border-radius: 50%;
}
}