From aa2b27dcbee179aa936c1db69bbe6cb64bb32ed8 Mon Sep 17 00:00:00 2001 From: Abdul Rahman <81605929+abdulrahmancodes@users.noreply.github.com> Date: Fri, 2 May 2025 20:21:15 +0530 Subject: [PATCH] Fix unwanted right padding in Options view menu (#11841) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshot 2025-05-02 at 7 46 04 PM Closes #11839 --- .../components/ObjectOptionsDropdownMenuViewName.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuViewName.tsx b/packages/twenty-front/src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuViewName.tsx index f4c505b42..b8581a7bd 100644 --- a/packages/twenty-front/src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuViewName.tsx +++ b/packages/twenty-front/src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownMenuViewName.tsx @@ -129,6 +129,7 @@ export const ObjectOptionsDropdownMenuViewName = ({ }} autoGrow={false} sizeVariant="sm" + fullWidth />