diff options
author | moisseev <moiseev@mezonplus.ru> | 2024-05-03 09:55:56 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2024-05-03 09:55:56 +0300 |
commit | 074cda9d25e0536b295d4bdf4e543650a353992d (patch) | |
tree | 3502f221c6e81b76a91fef111033a62323b29010 /interface | |
parent | 4b9bfa960d34729ef8703f0e67aa18aee9b01638 (diff) | |
download | rspamd-074cda9d25e0536b295d4bdf4e543650a353992d.tar.gz rspamd-074cda9d25e0536b295d4bdf4e543650a353992d.zip |
[Minor] Remove redundant sub-property
Diffstat (limited to 'interface')
-rw-r--r-- | interface/css/rspamd.css | 2 |
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 { |