diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5ece92f..3a65539 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,7 +15,7 @@ jobs: with: node-version: lts/* - name: Install dependencies - run: npm install -g pnpm && pnpm install + run: npm install -g pnpm@9 && pnpm install - name: Install Playwright Browsers run: pnpm exec playwright install --with-deps - name: Run Playwright tests diff --git a/src/components/databrowser/components/delete-key-modal.tsx b/src/components/databrowser/components/delete-key-modal.tsx index 48a14ec..263a9de 100644 --- a/src/components/databrowser/components/delete-key-modal.tsx +++ b/src/components/databrowser/components/delete-key-modal.tsx @@ -55,7 +55,7 @@ export function DeleteKeyModal({ {isPlural ? `Delete ${count} ${itemsLabel}` : `Delete ${itemLabel}`} - + Are you sure you want to delete{" "} {name ? ( <> diff --git a/src/components/databrowser/components/display/display-header.tsx b/src/components/databrowser/components/display/display-header.tsx index c18a7b3..018eed1 100644 --- a/src/components/databrowser/components/display/display-header.tsx +++ b/src/components/databrowser/components/display/display-header.tsx @@ -35,7 +35,7 @@ export const DisplayHeader = ({
{/* Key title and actions */}
-

+

{dataKey.trim() === "" ? ( (Empty Key) ) : ( diff --git a/src/components/databrowser/components/header/index.tsx b/src/components/databrowser/components/header/index.tsx index 6d7697d..18ba062 100644 --- a/src/components/databrowser/components/header/index.tsx +++ b/src/components/databrowser/components/header/index.tsx @@ -130,8 +130,8 @@ const IndexSelector = () => { modal={false} > - @@ -172,11 +172,11 @@ const IndexSelector = () => { setValuesSearchIndex(idx) setOpen(false) }} - className="flex flex-1 items-center gap-2 text-left text-sm" + className="flex min-w-0 flex-1 items-center gap-2 text-left text-sm" >