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

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%;
}
}