aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css/sharetabview.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/css/sharetabview.scss')
-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;
}
}