account.html: license key on one line with ellipsis #11

Merged
Cordy merged 3 commits from feat/key-oneline into main 2026-08-24 01:46:13 +00:00
Owner

The full CAIRN1.… key wrapped to ~5 lines in the key block; the Copy button carries the full value, so display it as a single ellipsised line instead.

One appended CSS rule (white-space:nowrap; overflow:hidden; text-overflow:ellipsis; word-break:normal) — same specificity, later in the sheet, so it overrides the wrap declarations without touching the .struck strikethrough (absolutely positioned, now spans one tidy line) or the .blur refreshing state. Copy, and the demo fixtures, are unaffected. Inline scripts re-verified with node --check.

The full `CAIRN1.…` key wrapped to ~5 lines in the key block; the Copy button carries the full value, so display it as a single ellipsised line instead. One appended CSS rule (`white-space:nowrap; overflow:hidden; text-overflow:ellipsis; word-break:normal`) — same specificity, later in the sheet, so it overrides the wrap declarations without touching the `.struck` strikethrough (absolutely positioned, now spans one tidy line) or the `.blur` refreshing state. Copy, and the demo fixtures, are unaffected. Inline scripts re-verified with `node --check`.
Cordy merged commit 343b2fd8eb into main 2026-08-24 01:46:13 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Cordy/cairn-site#11
No description provided.