NUKnightLab / NUKnightLab/TimelineJS3
Add explicit `box-sizing: content-box;` to `tl-slide-scrollable-container`
Open
Nobody has claimed this yet.
CSS
Enhancement
- Dominant language
- JavaScript
- Stars
- 3.2k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
It causes sizing problems with bootstrap otherwise because of * rules making everything a border-box. ref zendesk: https://knightlab.zendesk.com/agent/tickets/2119
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
Find the CSS rule for tl-slide-scrollable-container and review how Bootstrap’s global * rules affect its sizing. Add the requested box-sizing: content-box; declaration and verify that the container sizes correctly when used with Bootstrap.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100