🩹(frontend) fine tuning 2.3.0

- improve medium button style when 2 lines
- improve design on Firefox input title
- manage title modal without doc title
- improve redirect when 401
This commit is contained in:
Anthony LC
2025-03-04 09:14:35 +01:00
committed by Anthony LC
parent 5ac71bfac1
commit 76bce4313b
8 changed files with 31 additions and 23 deletions

View File

@@ -99,9 +99,7 @@ test.describe('Doc Header', () => {
).toBeVisible();
await expect(
page.getByText(
`Are you sure you want to delete the document "${randomDoc}"?`,
),
page.getByText(`Are you sure you want to delete this document ?`),
).toBeVisible();
await page