We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7007eb9 commit 80670f4Copy full SHA for 80670f4
site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
@@ -146,7 +146,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({
146
disabled={isRunningBatchAction}
147
variant="outline"
148
size="sm"
149
- css={{ borderRadius: 9999, marginLeft: "auto" }}
+ className="ml-auto"
150
>
151
Bulk actions
152
<Spinner loading={isRunningBatchAction}>
0 commit comments