diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index ac86d0d..33b2d07 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -90,6 +90,7 @@ article > *:not(.entry-content, .chapter-header-block), .entry-content, .page-content, .homegrade-page-container { + @apply overflow-x-hidden; & > :first-child { @apply !mt-0; } @@ -184,6 +185,7 @@ article > *:not(.entry-content, .chapter-header-block), .single-post-container, .single-post-container--jobs, .single-post-container--news { + @apply overflow-x-hidden; h2 { @apply text-4xl; }