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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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