From db706ef2d86abb5eadd368526fa660cc63988886 Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Tue, 16 Aug 2022 15:33:51 +0200 Subject: [PATCH] fix mispelling on property --- static/liege/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/liege/_custom.scss b/static/liege/_custom.scss index 99cf943a..fa5eface 100644 --- a/static/liege/_custom.scss +++ b/static/liege/_custom.scss @@ -114,7 +114,7 @@ div.dataview { display: inline-block; background-image: url("images/form_lock.svg"); background-size: 10px 10px; - background-attachement: fixed; + background-attachment: fixed; background-position: right center; background-repeat: no-repeat; text-decoration: underline;