Kill all line break tags
Open
Nobody has claimed this yet.
area: design
css
hacktoberfest
priority: medium
type: task
- Dominant language
- JavaScript
- Stars
- 3.5k
- Forks
- 409
- PR merge metrics
- No merged PRs in 30d
Description
`
` should not be used for styling.
Usages can be seen [here](https://github.com/lbryio/lbry-desktop/search?q=%3Cbr%2F%3E&unscoped_q=%3Cbr%2F%3E)
#940 is related
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the repository search linked in the issue to inventory all
usages, then read related issue #940 for context. Replace styling-oriented line-break tags with appropriate layout or styling, and verify that the targeted usages have been addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100