From 96bf89f782376544f4f7f20492c5ae0d6a82001f Mon Sep 17 00:00:00 2001 From: Vishvesh Khanvilkar <158825962+khanvilkarvishvesh@users.noreply.github.com> Date: Fri, 17 May 2024 20:48:45 +0530 Subject: [PATCH] fix: use correct border radius css property (#2845) --- 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