From 35f81805b8b66ea75f8b1b31d75fa0051accafff Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Thu, 27 Nov 2025 05:13:42 +0100 Subject: [PATCH] Fix options menu button height in side panel footer (#16107) ## Description Fixed the height of the options menu button in the side panel footer to be 24px instead of 32px, matching the height of other buttons in the footer. ## Changes - Added `size="small"` prop to the `Button` component in `OptionsDropdownMenu.tsx` - This ensures consistent button sizing across the side panel footer ## Before The options menu button was 32px high (medium size), making it larger than other footer buttons. image ## After The options menu button is now 24px high (small size), consistent with other side panel footer buttons. CleanShot 2025-11-26 at 18 50 43@2x --- .../ui/layout/dropdown/components/OptionsDropdownMenu.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/twenty-front/src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx b/packages/twenty-front/src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx index a9b01f3f2aa..3819c62dafb 100644 --- a/packages/twenty-front/src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx +++ b/packages/twenty-front/src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx @@ -68,7 +68,11 @@ export const OptionsDropdownMenu = ({ dropdownId={dropdownId} data-select-disable clickableComponent={ -