From be07bf8ef67e0b389ce9b3efff38d3b2b40f64c2 Mon Sep 17 00:00:00 2001 From: Caner Akdas Date: Tue, 31 Oct 2023 00:52:50 +0300 Subject: [PATCH] fix: Main layout container flex direction --- styles/old/layout/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/old/layout/main.css b/styles/old/layout/main.css index e028d6b5b6ced..5251dbec09e8b 100644 --- a/styles/old/layout/main.css +++ b/styles/old/layout/main.css @@ -1,6 +1,7 @@ #main { .container { display: flex; + flex-direction: column; } .has-side-nav.container {