Skip to content

Commit 7787ecd

Browse files
authored
fix: Use correct word break for patch option descriptions (#251)
1 parent ddeca84 commit 7787ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/patches/PatchItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
111111
#option-description {
112112
white-space: pre-wrap;
113-
word-break: break-all;
113+
word-break: break-word;
114114
}
115115
116116
#option-title {

0 commit comments

Comments
 (0)