]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Remove redundant sub-property 4954/head
authormoisseev <moiseev@mezonplus.ru>
Fri, 3 May 2024 06:55:56 +0000 (09:55 +0300)
committermoisseev <moiseev@mezonplus.ru>
Fri, 3 May 2024 06:55:56 +0000 (09:55 +0300)
interface/css/rspamd.css

index a8ab277b85f59d7340fb7a7ad489fde75e834916..e7c1e91b84ccf120d35c48cf893b9e9224fbfee7 100644 (file)
@@ -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  {