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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-15 09:45:07 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-15 09:45:07 +0300
commita95dc4d3a7b3b976bba9353c8ec7ed72d456d458 (patch)
treebba7dc04ad440d6cf0a2d62dfe213e9ed5dcfc5f /apps/files_sharing/css
parent5e867d6415591be62e101306a42b48eeeaaa3489 (diff)
Ellipsis long username/mails in share view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/sharetabview.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index 83790c9ec4f..dca59923342 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -168,6 +168,7 @@
margin-left: auto;
display: flex;
align-items: center;
+ white-space: nowrap;
// can edit label
> .shareOption > label {
padding: 13px;
@@ -196,6 +197,9 @@
}
.username {
padding: 0 8px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
}