From f8f6529653299e64a900fe2044760310b9c7765a Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Tue, 12 Jun 2018 15:28:37 +0200 Subject: Fixed multi line in users list 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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'settings/css') diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 691b8c3f498..dc36da9d8a7 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1463,10 +1463,25 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { display: block !important; } } + /* inputs like mail, username, password */ &:not(.userActions) > input:not([type='submit']) { width: 100%; min-width: 0; } + &.name { + word-break: break-all; + } + &.displayName, + &.mailAddress { + > input { + text-overflow: ellipsis; + } + } + &.name, + &.storageLocation { + // better multi-line visual + line-height: 1em; + } &.quota { .multiselect--active + progress { display: none; -- cgit v1.2.3