Merge pull request #846 from ae-utbm/fix-select2-img

fix profile pictures layout in Select2 results
This commit is contained in:
thomas girod 2024-09-30 12:13:21 +02:00 committed by GitHub
commit 140dc26dc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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