]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix typo 3448/head
authormoisseev <moiseev@mezonplus.ru>
Tue, 21 Jul 2020 13:03:00 +0000 (16:03 +0300)
committermoisseev <moiseev@mezonplus.ru>
Tue, 21 Jul 2020 13:03:00 +0000 (16:03 +0300)
interface/css/rspamd.css

index 56fd9010505533e8694284b014440e57a79608c1..8f02626454ea6343840405327e057ecf07421542 100644 (file)
@@ -567,7 +567,7 @@ table#symbolsTable input[type="number"] {
     /* Center the modal vertically */
     margin: 0 auto;
     top: 50%;
-    transform: translate(0 -50%);
+    transform: translate(0, -50%);
     -webkit-transform: translate(0, -50%);
 }