diff --git a/src/routes/Settings/components/Option/Option.less b/src/routes/Settings/components/Option/Option.less index 70e80e6f5..a171b2c18 100644 --- a/src/routes/Settings/components/Option/Option.less +++ b/src/routes/Settings/components/Option/Option.less @@ -29,8 +29,8 @@ .label { line-height: 1.5rem; - white-space: nowrap; - text-overflow: ellipsis; + white-space: normal; + word-break: break-word; color: var(--primary-foreground-color); } } @@ -75,4 +75,4 @@ } } } -} \ No newline at end of file +}