summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-05-03 19:34:19 +0600
committerGitHub <noreply@github.com>2024-05-03 19:34:19 +0600
commit7c2764e5d2ae40c8aa1a8b4b800c601880eb959d (patch)
tree3502f221c6e81b76a91fef111033a62323b29010
parent4b9bfa960d34729ef8703f0e67aa18aee9b01638 (diff)
parent074cda9d25e0536b295d4bdf4e543650a353992d (diff)
downloadrspamd-7c2764e5d2ae40c8aa1a8b4b800c601880eb959d.tar.gz
rspamd-7c2764e5d2ae40c8aa1a8b4b800c601880eb959d.zip
Merge pull request #4954 from moisseev/webui
[Minor] Remove redundant sub-property
-rw-r--r--interface/css/rspamd.css2
1 files changed, 1 insertions, 1 deletions
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 {