From 1a4769be8695ceca6ca45723cfcaf2645161537c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:56:36 +0530 Subject: [PATCH] style: format code with Prettier (#1284) This commit fixes the style issues introduced in da652c9 according to the output from Prettier. Details: None Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- src/components/ReadMore/index.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/ReadMore/index.css b/src/components/ReadMore/index.css index 6e52c26c1..86870dff2 100644 --- a/src/components/ReadMore/index.css +++ b/src/components/ReadMore/index.css @@ -9,8 +9,7 @@ } .caption_container { - z-Index:1; -background-color: white; -opacity: 0.7; - + z-index: 1; + background-color: white; + opacity: 0.7; }