mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 00:33:57 +00:00
fix: Use correct word break for patch option descriptions (#251)
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
|
||||
#option-description {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
#option-title {
|
||||
|
||||
Reference in New Issue
Block a user