Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-07 13:16:44 +0300
committerbrantje <brantje@gmail.com>2016-10-07 13:16:44 +0300
commitc2bd9b691e21922926bee9540926d4675b747a01 (patch)
treee129b0f6e4dd7324a9c2b0d6dbaa803ab834d9dc /css/app.css
parent75daa37155d8be6d5bb74a074299cf88d7abc883 (diff)
Some improvements to credential filtering
Diffstat (limited to 'css/app.css')
-rw-r--r--css/app.css6
1 files changed, 5 insertions, 1 deletions
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;