From ca5ae3e71651a563a4362c2b099520a77858f43b Mon Sep 17 00:00:00 2001 From: xh3n1 Date: Mon, 2 Oct 2017 11:13:06 +0200 Subject: fix length-zero-no-unit error --- css/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') diff --git a/css/_settings.scss b/css/_settings.scss index 9a45fb5d..e7925f69 100644 --- a/css/_settings.scss +++ b/css/_settings.scss @@ -76,7 +76,7 @@ ul.addressBookList li .action > a { addressBookList input[type='submit'].inline-button, addressBookList input[type='button'].inline-button { position: absolute; - right: 0px; + right: 0; padding: 6px 15px; background-color: transparent; border: none; -- cgit v1.2.3