commit 074cda9: [Minor] Remove redundant sub-property

moisseev moiseev at mezonplus.ru
Mon Jul 29 17:56:38 UTC 2024


Author: moisseev
Date: 2024-05-03 09:55:56 +0300
URL: https://github.com/rspamd/rspamd/commit/074cda9d25e0536b295d4bdf4e543650a353992d (refs/pull/4954/head)

[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  {


More information about the Commits mailing list