diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 00f494f..e480bf5 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -81,6 +81,11 @@ jobs: cd frontend npm run lint + - name: Build frontend + run: | + cd frontend + npm run build + test-frontend: runs-on: ubuntu-latest needs: [lint-frontend] diff --git a/frontend/src/features/databases/ui/edit/EditDatabaseBaseInfoComponent.tsx b/frontend/src/features/databases/ui/edit/EditDatabaseBaseInfoComponent.tsx index 1fb3fb8..9185527 100644 --- a/frontend/src/features/databases/ui/edit/EditDatabaseBaseInfoComponent.tsx +++ b/frontend/src/features/databases/ui/edit/EditDatabaseBaseInfoComponent.tsx @@ -115,20 +115,20 @@ export const EditDatabaseBaseInfoComponent = ({
{isShowName && (
-
Name
+
Name
updateDatabase({ name: e.target.value })} size="small" placeholder="My favourite DB" - className="max-w-[200px] grow" + className="max-w-[150px] grow md:max-w-[200px]" />
)} {isShowType && (
-
Database type
+
Database type