Right now the address is only readable in the code, which is not very convenient for pool operators.
Details
Details
- Reviewers
bytesofman Mengerian - Group Reviewers
Restricted Project - Commits
- rABCWEBa096840c692d: [WEBSITE] Add the new IFP address to the upgrade page
bundle exec jekyll serve --incremental
Check the address is correct and the code block looks good with various screen sizes.
Diff Detail
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Branch
- new_ifp_address
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 18857 Build 37501: arc lint + arc unit
Event Timeline
Comment Actions
Rendering issue for widths below 450px:
450px:
320px:
I think the best available solution is to word wrap the address, which still preserves the original string and doesn't add extra characters like a -.
e.g.
<code style="overflow-wrap: break-word;">ecash:prfhcnyqnl5cgrnmlfmms675w93ld7mvvqd0y8lz07</code>
gives:
upgrade.html | ||
---|---|---|
15 | Add style="overflow-wrap: break-word;" to the opening <code> tag |