ethereum-org-website
ethereum-org-website copied to clipboard
Bug report: Address overflow at REVERSE ENGINEERING A CONTRACT
Describe the bug
- Address overflow
To reproduce
- Go to https://ethereum.org/en/developers/tutorials/reverse-engineering-a-contract/#0x81e580d3
- Mobile device view
Expected behavior
Wrap words/address
Screenshots
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
- iPhone SE
Additional context
No response
Would you like to work on this issue?
- [ ] Yes
- [X] No
Thanks @saurabhburade
I think this will have a similar solution to the docs overflow that was done in https://github.com/ethereum/ethereum-org-website/pull/14050/files for whoever picks this up
@corwintines can I work on this ?
For sure, assigned to you @Signor1!
@Signor1 just checking in to see if theres anything you need?
Hi @corwintines, I'm working on it. I got delayed in cloning the repo due to the size
Hi @corwintines, I just created a PR #14254
Hi @Signor1, Great! Few suggestions here
- Use tailwind classes instead of using custom CSS
- Follow https://github.com/ethereum/ethereum-org-website#how-to-contribute guide [prefer yarn]
- I'd recommend to only modify
src/layouts/Tutorial.tsx, unless there's dependency.
Thank you @saurabhburade for the guidance. I've made the corrections and then created a PR #14256