Skip to content

fix: Fix responsive for workspaces and workspace page #3189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix testid prop
  • Loading branch information
BrunoQuaresma committed Jul 26, 2022
commit 8c5e0d30de44a4c7c45ef023746fc09b030b1c2b
2 changes: 1 addition & 1 deletion site/src/components/BuildsTable/BuildsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const BuildsTable: FC<BuildsTableProps> = ({ builds, className }) => {

return (
<TableContainer className={className}>
<Table data-test-id="builds-table" aria-describedby="builds table">
<Table data-testid="builds-table" aria-describedby="builds table">
<TableHead>
<TableRow>
<TableCell width="20%">{Language.actionLabel}</TableCell>
Expand Down