fix(editor): Reset current page if out of bounds after page size change (#17124)

This commit is contained in:
Raúl Gómez Morales
2025-07-10 12:08:16 +02:00
committed by GitHub
parent 591aa2d20c
commit b9e7b719c0
3 changed files with 69 additions and 23 deletions

View File

@@ -508,4 +508,8 @@ async function onUpdateMfaEnforced(value: boolean) {
align-items: center;
flex-shrink: 0;
}
.container {
padding-bottom: 20px;
}
</style>