Browse Source

[Minor] Remove redundant sub-property

pull/4954/head
moisseev 4 weeks ago
parent
commit
074cda9d25
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface/css/rspamd.css

+ 1
- 1
interface/css/rspamd.css View 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 {

Loading…
Cancel
Save