From f4e87389f183fbbb55a5c71e936e6419c8012963 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 12 Feb 2025 09:38:49 +0100 Subject: [PATCH] fix: make the chip in the playground project selector small (#9298) This makes it the same size as the env selector, fixing a slight visual misalignment. Doing a reference check, I can't find any other uses of this selector, so I'm making the changes directly. Before: ![image](https://github.com/user-attachments/assets/a9847dc7-8237-46bd-8d5b-7149a5682a59) After: ![image](https://github.com/user-attachments/assets/a78d71ed-3391-4f72-9c8f-64f926a821cf) --- frontend/src/component/common/ProjectSelect/ProjectSelect.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/component/common/ProjectSelect/ProjectSelect.tsx b/frontend/src/component/common/ProjectSelect/ProjectSelect.tsx index 68331c3e04..a7a7705988 100644 --- a/frontend/src/component/common/ProjectSelect/ProjectSelect.tsx +++ b/frontend/src/component/common/ProjectSelect/ProjectSelect.tsx @@ -133,6 +133,7 @@ export const ProjectSelect: VFC = forwardRef( {value.slice(0, limitTags).map((option, index) => (