Skip to content

Commit

Permalink
fix(website): CSS of jest card (#12127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ony3000 committed Dec 7, 2021
1 parent 3093c18 commit c76f9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit c76f9a7

Please sign in to comment.