From 63d79894ae23790dd5df8a6f523585dca517f39f Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 2 Feb 2022 16:53:01 +0100 Subject: [PATCH] Fix styling bug --- client/src/styles/_nested-content-lists.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/_nested-content-lists.scss b/client/src/styles/_nested-content-lists.scss index 2e2f0cb6..46481d18 100644 --- a/client/src/styles/_nested-content-lists.scss +++ b/client/src/styles/_nested-content-lists.scss @@ -21,7 +21,6 @@ color: $color-brand; font-family: $sans-serif-font-family; line-height: 27px; - top: -30px; } } @@ -36,6 +35,7 @@ padding: $small-spacing 0 $small-spacing $medium-spacing; &:before { left: -8px; + top: -30px; } } }