2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript412 forks (412 forks)batch import
area: designcsshacktoberfestpriority: mediumtype: task
Repository metrics
- Stars
- 3,596 stars (3,596 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
<br /> should not be used for styling.
Usages can be seen here
#940 is related
Contributor guide
- Research direction
- Search for all `<br />` tags in the codebase using the provided search link or grep, then replace each occurrence with appropriate CSS styling (e.g., margins or padding) to preserve layout, and verify no visual regression.
- Tech stack
- javascript
- Domain
- desktopfrontend
- Issue type
- Refactor
- Prerequisites
- HTMLCSSJavaScript