From c946fdc98541b20e753887522fd0e2c2ce1238f8 Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Fri, 28 Apr 2023 11:38:51 -0400 Subject: [PATCH] ISTWCMS-6317: Fix the ical background regression --- src/patterns/04-components/view/_view.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/patterns/04-components/view/_view.scss b/src/patterns/04-components/view/_view.scss index 10ee570c..73208401 100644 --- a/src/patterns/04-components/view/_view.scss +++ b/src/patterns/04-components/view/_view.scss @@ -46,7 +46,6 @@ $sidebar-width: 18.75rem; display: flex; gap: var(--size-1); grid-row-gap: 0; - height: var(--size-6); justify-content: flex-end; // Moving the rss button up for the blog news and events margin-top: -3rem; -- GitLab