diff --git a/src/renderer/src/components/settings/ShortcutsPane.tsx b/src/renderer/src/components/settings/ShortcutsPane.tsx index 29f9661d196..a35294e1b3f 100644 --- a/src/renderer/src/components/settings/ShortcutsPane.tsx +++ b/src/renderer/src/components/settings/ShortcutsPane.tsx @@ -343,7 +343,10 @@ export function ShortcutsPane(): React.JSX.Element { ) : null} -
+ {/* Below xl the rail stacks above the list in one column; pin the rail + row to its content (auto) and let the list row take the rest, so the + rail can't spill over the list the way two equal auto rows would. */} +