From 1cf426d802c202e194d90374aaa3ac89fe216225 Mon Sep 17 00:00:00 2001 From: Aum Bhatt Date: Thu, 1 Feb 2024 10:11:19 +0400 Subject: [PATCH] chore: remove flex properties for content and sidebar --- lib/components/PageLayout/PageLayout.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/components/PageLayout/PageLayout.scss b/lib/components/PageLayout/PageLayout.scss index 549fca86..2be4c996 100644 --- a/lib/components/PageLayout/PageLayout.scss +++ b/lib/components/PageLayout/PageLayout.scss @@ -8,14 +8,7 @@ flex-direction: column; } - &__sidebar { - display: flex; - flex-direction: column; - } - &__content { - display: flex; - flex-direction: column; flex: 1; } }