break long words on links repsonsive

This commit is contained in:
Antoine M 2024-01-23 17:20:08 +01:00
parent 8340574469
commit 814b4af29d

View File

@ -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);