From 4050247248ee5ca307bd158958087eda5f018312 Mon Sep 17 00:00:00 2001 From: mxkae Date: Tue, 20 Jun 2023 11:05:32 +0800 Subject: [PATCH] updated selector --- src/block/columns/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block/columns/style.scss b/src/block/columns/style.scss index 89d78d931..05a847973 100644 --- a/src/block/columns/style.scss +++ b/src/block/columns/style.scss @@ -9,7 +9,7 @@ } // Make sure the blocks in inner columns have the correct width when max content width is set -.stk-block-columns > .stk-inner-blocks > .stk-block-column .stk-inner-blocks > .stk-block { +.stk-column-wrapper > .stk-inner-blocks > .stk-block { width: inherit; }