Add overflow-wrap: anywhere to .rhymix_content to prevent excessively long words from breaking layout

This commit is contained in:
Kijin Sung 2025-05-14 00:24:19 +09:00
parent f55609eac8
commit 5a867a3a8b

View file

@ -28,6 +28,7 @@ a img {
} @else {
word-break: $default_word_break;
word-wrap: break-word;
overflow-wrap: anywhere;
}
p {
margin: 0 0 $default_paragraph_spacing 0;