account.html: license key on one line with ellipsis #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/key-oneline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.struckstrikethrough (absolutely positioned, now spans one tidy line) or the.blurrefreshing state. Copy, and the demo fixtures, are unaffected. Inline scripts re-verified withnode --check.