From fd213358f05ce50b6f37dd40e5076ff065245474 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 28 Jan 2025 15:34:42 +0500 Subject: [PATCH] MM-62655 - Updating control label overflow (#29991) --- webapp/channels/src/sass/components/_forms.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webapp/channels/src/sass/components/_forms.scss b/webapp/channels/src/sass/components/_forms.scss index 161f682a29..235b5e74ab 100644 --- a/webapp/channels/src/sass/components/_forms.scss +++ b/webapp/channels/src/sass/components/_forms.scss @@ -25,7 +25,12 @@ overflow: hidden; padding-right: 5px; text-overflow: ellipsis; - white-space: nowrap; + } + + .setting-list & { + .control-label { + white-space: nowrap; + } } &.form-group--small {