Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(website): CSS of jest card #12127

Merged
merged 2 commits into from Dec 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
### Fixes

- `[babel-jest]` Add `process.version` chunk to the cache key ([#12122](https://github.com/facebook/jest/pull/12122))
- `[website]` Fix the card front that looks overlapping part of the card back

### Chore & Maintenance

Expand Down
1 change: 1 addition & 0 deletions website/static/css/custom.css
Expand Up @@ -123,6 +123,7 @@ div.jest-card-front,
}

div.jest-card-front {
z-index: 1;
background-color: #fff;
border: 1px solid #bbb;
}
Expand Down