@@ -111,8 +111,8 @@ export default function SearchResultsTable({ routeBranch, scope, items }) {
</TableCell>
{/* Actions: fixed-width column, buttons stacked to keep width small and stable. */}
- <TableCell className="w-40 text-right">
- <div className="flex flex-col items-end gap-2">
+ <TableCell className="w-40">
+ <div className="flex gap-2">
<Button
variant="outline"
size="sm"