diff --git a/docs/changelog-claude.md b/docs/changelog-claude.md index 46240f7..e9e6249 100644 --- a/docs/changelog-claude.md +++ b/docs/changelog-claude.md @@ -11,6 +11,11 @@ This file documents all changes made to this project via Claude Code. - Migration `migrate_system_settings_login_captcha()` adds the column with `DEFAULT TRUE` - Audit-logged when changed (same pattern as other General settings) +### Fixed +- Login page layout broken when flash messages were present (e.g. "You have been logged out"): + - `bc-main-auth .bc-content` now uses `max-width: 480px; margin: 0 auto` as a centered column instead of `align-items: center` on a flex container (which caused Bootstrap `col-md-4` percentage widths to collapse) + - `login.html`: replaced `row justify-content-center / col-md-4` with a plain `