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
path: root/sass
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 /sass
parent75daa37155d8be6d5bb74a074299cf88d7abc883 (diff)
Some improvements to credential filtering
Diffstat (limited to 'sass')
-rw-r--r--sass/credentials.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/credentials.scss b/sass/credentials.scss
index 3d9e0686..b3ec4203 100644
--- a/sass/credentials.scss
+++ b/sass/credentials.scss
@@ -288,6 +288,10 @@
h2{
margin-bottom: 10px;
font-weight: 400;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: 90%;
}
.close.icon-close {
position: absolute;