/* AFFINGERの編集画面(Gutenberg)でテーブル等による横伸びを防ぐ */ .block-editor-block-list__layout, .editor-styles-wrapper { max-width: 100% !important; overflow-x: hidden !important; } /* 編集画面内のテーブルを枠内に収めて横スクロール可能にする */ .editor-styles-wrapper table { display: block; max-width: 100%; overflow-x: auto; }