You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make capybara summary "Last updated" line just small, not sub-sup (#2039)
### Briefly, what does this PR introduce?
This PR updates the teeny tiny text <sub><sup>Last updated</sup></sub>
in the capybara summary comment to be just small: <small>Last
updated</small>. My eyes will thank me.
Note: It doesn't seem like GitHub's style currently makes small any
smaller than normal text. But it is semantically sensible and even at
normal font it's actually fine. Anything but the squinting text.
### What kind of change does this PR introduce?
- [x] Bug fix (issue 👀)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __
### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators
### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.
### Does this PR change default behavior?
No.
0 commit comments