From c2bd9b691e21922926bee9540926d4675b747a01 Mon Sep 17 00:00:00 2001 From: brantje Date: Fri, 7 Oct 2016 12:16:44 +0200 Subject: Some improvements to credential filtering --- css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'css/app.css') diff --git a/css/app.css b/css/app.css index 1fb83807..dfd48cc3 100644 --- a/css/app.css +++ b/css/app.css @@ -373,7 +373,11 @@ overflow-y: auto; } #app-content #app-content-wrapper .app_sidebar h2 { margin-bottom: 10px; - font-weight: 400; } + font-weight: 400; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 90%; } #app-content #app-content-wrapper .app_sidebar .close.icon-close { position: absolute; top: 10px; -- cgit v1.2.3