From f6683080b0064dcfd7b6cd2f231b40a71b546e32 Mon Sep 17 00:00:00 2001 From: Christopher Drosos Date: Sat, 2 May 2026 20:37:12 +0300 Subject: [PATCH] Update label styles for text wrapping, multiline titles on settings makes Labels on settings page to wrap in 2 lines --- src/routes/Settings/components/Option/Option.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}