fix: Use correct word break for patch option descriptions (#251)

This commit is contained in:
Pun Butrach
2024-08-18 20:37:41 +07:00
committed by GitHub
parent ddeca84966
commit 7787ecde2c

View File

@@ -110,7 +110,7 @@
#option-description {
white-space: pre-wrap;
word-break: break-all;
word-break: break-word;
}
#option-title {