Skip to content

Commit ac4deb0

Browse files
committed
Allow breaking words when wrapping news content if absolutely needed (very long words/phrases
1 parent 50d20c7 commit ac4deb0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ button {
175175
color: #5d99f5;
176176
}
177177
}
178+
179+
word-break: keep-all;
180+
overflow-wrap: anywhere;
178181
}
179182

180183
@variant dark {

0 commit comments

Comments
 (0)