summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-29 07:05:18 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-11-29 07:06:41 +0100
commita984f4b43017c679a7298a3c163f5fd170664cb2 (patch)
tree5a307391b1a3c2397ae66ac1115f5f96e7a0ffe2
parente8ea9a5d276369c83d98ba4efe9bc969d06a9148 (diff)
downloadnextcloud-server-a984f4b43017c679a7298a3c163f5fd170664cb2.tar.gz
nextcloud-server-a984f4b43017c679a7298a3c163f5fd170664cb2.zip
Fix #2384
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--apps/files_sharing/css/sharetabview.css3
-rw-r--r--core/css/share.css9
2 files changed, 7 insertions, 5 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 6ac6dff0a66..35b2d2f337d 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -56,6 +56,8 @@
padding-bottom: 5px;
font-weight: bold;
white-space: normal;
+ display: inline-flex;
+ align-items: center;
}
#shareWithList .unshare img, #shareWithList .showCruds img {
@@ -89,7 +91,6 @@
padding-right: 8px;
white-space: nowrap;
text-overflow: ellipsis;
- max-width: 110px;
display: inline-block;
overflow: hidden;
vertical-align: middle;
diff --git a/core/css/share.css b/core/css/share.css
index 9a984912760..3528402d046 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -74,16 +74,18 @@
font-weight: bold;
line-height: 21px;
white-space: normal;
+ max-width: 100%;
}
#shareWithList .sharingOptionsGroup {
- position: absolute;
- right: 15px;
+ flex-shrink: 0;
+ position: relative;
}
#shareWithList .sharingOptionsGroup .popovermenu {
- right: -14px;
+ right: -6px;
top: 40px;
+ padding: 3px 6px;
}
#shareWithList .shareOption {
@@ -103,7 +105,6 @@
padding-right: 8px;
white-space: nowrap;
text-overflow: ellipsis;
- max-width: 254px;
display: inline-block;
overflow: hidden;
vertical-align: middle;