fix(cli): make footer items equally spaced (#21843)

This commit is contained in:
Jacob Richman
2026-03-10 01:07:26 -07:00
committed by GitHub
parent 02d4451e77
commit 6ae6c810ba
8 changed files with 303 additions and 55 deletions

View File

@@ -266,7 +266,7 @@ export const FooterConfigDialog: React.FC<FooterConfigDialogProps> = ({
key: id,
header: ALL_ITEMS.find((i) => i.id === id)?.header ?? id,
element: mockData[id],
flexGrow: 1,
flexGrow: 0,
isFocused: id === focusKey,
}));