diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 8d486ff..172f257 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -158,7 +158,7 @@ article > *:not(.entry-content, .chapter-header-block), @apply text-primary underline font-bold relative; @apply px-2 py-1; transition: all 0.2s ease-out; - + word-break: break-word; &:hover { @apply rounded-md; background: rgba(239, 239, 239);