mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add overflow-wrap: anywhere to .rhymix_content to prevent excessively long words from breaking layout
This commit is contained in:
parent
f55609eac8
commit
5a867a3a8b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue