From 074cda9d25e0536b295d4bdf4e543650a353992d Mon Sep 17 00:00:00 2001 From: moisseev Date: Fri, 3 May 2024 09:55:56 +0300 Subject: [PATCH] [Minor] Remove redundant sub-property --- interface/css/rspamd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index a8ab277b8..e7c1e91b8 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -317,7 +317,7 @@ table#symbolsTable input[type="number"] { } .status-table tr:last-child td:last-child { - border-radius: 0 0 calc(var(--bs-border-radius) + 1px) 0; + border-radius: 0 0 calc(var(--bs-border-radius) + 1px); } .status-table :not(:has([rowspan])) tr:last-child td:first-child, .status-table :nth-last-child(1 of tr:has([rowspan])) td:first-child { -- 2.39.5