From f7c943e60a1b07817f7673e00f9498d6666e90d3 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Fri, 26 Feb 2016 11:16:43 -0500 Subject: Fixed overflowing details fields in UserList --- web/sass-files/sass/partials/_modal.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 6144dc611..adf916775 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -446,9 +446,20 @@ flex-shrink: 0; } + .user-list-item__details { flex-grow: 1; flex-shrink: 1; + overflow:hidden; + text-overflow: ellipsis; + + .more-name { + white-space: nowrap; + } + + .more-description { + white-space: nowrap; + } } .user-list-item__actions { -- cgit v1.2.3-1-g7c22