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:
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;