|
@@ -111,8 +111,8 @@ export default function SearchResultsTable({ routeBranch, scope, items }) {
|
|
|
</TableCell>
|
|
</TableCell>
|
|
|
|
|
|
|
|
{/* Actions: fixed-width column, buttons stacked to keep width small and stable. */}
|
|
{/* 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
|
|
<Button
|
|
|
variant="outline"
|
|
variant="outline"
|
|
|
size="sm"
|
|
size="sm"
|