From c10e1e8cbfcf2df9fab8ba52695ead6cb54d4334 Mon Sep 17 00:00:00 2001 From: thomas girod Date: Sun, 29 Sep 2024 23:31:33 +0200 Subject: [PATCH] fix profile pictures layout in Select2 results --- core/static/core/style.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 9a6e07d9..97b9e714 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -647,7 +647,9 @@ a:not(.button) { align-items: center; img { - max-height: 40px; + height: 40px; + width: 40px; + object-fit: cover; border-radius: 50%; } }