fix: force popover to left placement with soft wrap when space is limited

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
thibaud-leclere
2026-03-30 22:53:58 +02:00
parent 273ea49ed0
commit 0706d99c82
2 changed files with 14 additions and 2 deletions

View File

@@ -130,6 +130,8 @@ body {
z-index: 100;
font-size: 13px;
color: var(--text);
overflow-wrap: break-word;
word-wrap: break-word;
}
/* ── Auth pages ── */