From b80bd17fdb69888239f257b5a80a976fa52d32f1 Mon Sep 17 00:00:00 2001 From: moisseev Date: Tue, 21 Jul 2020 16:03:00 +0300 Subject: [Minor] Fix typo --- interface/css/rspamd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface') 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%); } -- cgit v1.2.3