diff --git a/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx b/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx index 647b021a43..bce32a2995 100644 --- a/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx +++ b/apps/sim/app/workspace/[workspaceId]/settings/components/general/general.tsx @@ -45,6 +45,13 @@ const logger = createLogger('General') /** Human-friendly timezone options for the picker, common zones first. */ const TIMEZONE_OPTIONS = getTimezoneOptions() +/** + * Shared trigger width for the three appearance dropdowns (Theme, Timezone, Snap + * to grid) so they line up as one column instead of three differently-sized + * pills. Wide enough for the longest common timezone label. + */ +const DROPDOWN_TRIGGER_CLASS = 'w-[240px] flex-shrink-0' + /** * Extracts initials from a user's name. * @param name - The user's full name @@ -401,26 +408,29 @@ export function General() {
- +
+ +
-
+
- +
+ +