diff --git a/settings/css/settings.scss b/settings/css/settings.scss index a14f0ecef0..b6432c5a96 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -176,6 +176,11 @@ input { flex-wrap: nowrap; justify-content: space-between; width: 100%; + > label { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + } } > form span { &[class^="icon-checkmark"], &[class^="icon-error"] {