From f33ed5fb1320466203c1654487acd55721c40843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 4 Oct 2017 17:07:54 +0200 Subject: [PATCH] Ellipsis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.scss | 5 +++++ 1 file changed, 5 insertions(+) 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"] {