From 2ee6d9d767379318e20cb4960162f35b3271d264 Mon Sep 17 00:00:00 2001 From: Benjamin Zekavica Date: Thu, 19 Oct 2023 01:45:42 +0200 Subject: [PATCH] Tweak CSS to preserve shape of circle (#231) Previously, longer team names would cause it to be squished into more of an oval. --- themes/wporg-5ftf/css/components/_team-badges.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/wporg-5ftf/css/components/_team-badges.scss b/themes/wporg-5ftf/css/components/_team-badges.scss index 3d78512..284ab9a 100644 --- a/themes/wporg-5ftf/css/components/_team-badges.scss +++ b/themes/wporg-5ftf/css/components/_team-badges.scss @@ -11,6 +11,7 @@ li { display: flex; align-items: center; + gap: 5px; margin: 0 1em .5em 0; width: 100%; } @@ -35,6 +36,8 @@ .badge { margin: 4px; + min-width: 32px; + min-height: 32px; width: 32px; height: 32px; border: 2px solid white;