commit b80bd17: [Minor] Fix typo

moisseev moiseev at mezonplus.ru
Tue Jul 21 15:21:12 UTC 2020


Author: moisseev
Date: 2020-07-21 16:03:00 +0300
URL: https://github.com/rspamd/rspamd/commit/b80bd17fdb69888239f257b5a80a976fa52d32f1 (refs/pull/3448/head)

[Minor] Fix typo

---
 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 56fd90105..8f0262645 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -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%);
 }
 


More information about the Commits mailing list