diff --git a/_g3/assets/_scss/_common-theme-json.scss b/_g3/assets/_scss/_common-theme-json.scss index 7ea9f584..94519daf 100644 --- a/_g3/assets/_scss/_common-theme-json.scss +++ b/_g3/assets/_scss/_common-theme-json.scss @@ -3,7 +3,7 @@ */ // まず .is-root-container でメインエリアを定義している -:is( .alignfull, .alignwide ) { +:is( .alignfull, .alignwide ):where(:not(.is-layout-flex)) { // theme.json があると __inner-container の div は出力されなくなってしまうので max-width にコンテンツ幅を指定 // .alert は投稿リストブロックで投稿がない時に出力されるため追加。本当は div にかける方が適切と思われるが、影響範囲が大きそうなので一旦 .alert のみで様子見 & > :is( diff --git a/readme.txt b/readme.txt index 1e27d97c..1383ad93 100644 --- a/readme.txt +++ b/readme.txt @@ -35,6 +35,7 @@ vk-develop@vektor-inc.co.jp == Changelog == +[ G3 ][ Design Bug Fix ] Excluded child elements from expanding to full content width when the parent has the `.is-layout-flex` class by adding a `:not` selector. [ G3 ][ Bug fix ] Fix block width on editor with narrow screen. v15.29.3