From 21a8298a968fe95432de0d13142c23b9e91d4baf Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 8 May 2022 11:15:36 +0200 Subject: [PATCH] fix: list views not switchable on link share mobile --- src/styles/components/list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/list.scss b/src/styles/components/list.scss index 92403dd62..ea340f3cd 100644 --- a/src/styles/components/list.scss +++ b/src/styles/components/list.scss @@ -69,7 +69,7 @@ $filter-container-top-link-share-list: -47px; @media screen and (max-width: $tablet) { position: static; - margin: 0 0 1rem 0; + margin: 0 0 1rem 0 !important; max-width: 100%; min-width: auto;