From c0b3a265a4ace28d7a3078da4540493c8d8623c0 Mon Sep 17 00:00:00 2001 From: vishvesh Date: Wed, 1 May 2024 20:23:30 +0530 Subject: [PATCH] fixing issue of css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c702a725..b9e6e2ce 100644 --- a/css/style.css +++ b/css/style.css @@ -391,6 +391,6 @@ progress::after { background-color: #fff8; font-family: monospace; text-align: center; - border-radius-top: 5px; + border-radius: 5px 5px 0px 0px; display: none; /* remove this to enable tooltip in preview image */ } \ No newline at end of file