From f4476c6d42bab1bd02fc1a9f759488a78efb07ae Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Mon, 17 Dec 2018 05:44:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Make=20sure=20=E2=80=9Cfeatured=E2=80=9D?= =?UTF-8?q?=20label=20don=E2=80=99t=20get=20clipped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/open-project-base.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/open-project-base.scss b/_sass/open-project-base.scss index 9b6c562..5d2206d 100644 --- a/_sass/open-project-base.scss +++ b/_sass/open-project-base.scss @@ -36,9 +36,9 @@ a { &.featured-item::before { // Reposition featured item label for grid layout // !important overrides .item-card which ends up with higher specificity - top: -1em !important; - left: 30px !important; // Matches corresponding item card padding - right: auto !important; + top: 0 !important; + left: right !important; // Matches corresponding item card padding + auto: auto !important; bottom: auto !important; } }