mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +02:00
fix: Use correct word break for patch option descriptions (#251)
This commit is contained in:
parent
ddeca84966
commit
7787ecde2c
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user