From 814b4af29d5b045519fc0d1929ad75c2757a3c8a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Jan 2024 17:20:08 +0100 Subject: [PATCH] break long words on links repsonsive --- resources/css/editor-content/gutenberg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);