From 000679252072e0805737d6358227ca4e28c84b05 Mon Sep 17 00:00:00 2001 From: Hyeonjong Date: Sun, 5 Dec 2021 23:01:23 +0900 Subject: [PATCH 1/2] Fix the card front that looks overlapping part of the card back --- website/static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/static/css/custom.css b/website/static/css/custom.css index a0556053e378..eb50deecf550 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -123,6 +123,7 @@ div.jest-card-front, } div.jest-card-front { + z-index: 1; background-color: #fff; border: 1px solid #bbb; } From 83425defcf20f51cc22218a565df634221bf2522 Mon Sep 17 00:00:00 2001 From: Hyeonjong Date: Mon, 6 Dec 2021 21:26:23 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aee1baba6b6..c741d310fe89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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