From: moisseev Date: Fri, 3 May 2024 06:55:56 +0000 (+0300) Subject: [Minor] Remove redundant sub-property X-Git-Tag: 3.9.0~48^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4954%2Fhead;p=rspamd.git [Minor] Remove redundant sub-property --- 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 {