From a984f4b43017c679a7298a3c163f5fd170664cb2 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Tue, 29 Nov 2016 07:05:18 +0100 Subject: Fix #2384 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/share.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'core') 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; -- cgit v1.2.3 From ab751277a1eadddc0e1f632c89b1e4c9a20e04a5 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Tue, 29 Nov 2016 10:51:35 +0100 Subject: Fix username width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/share.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/share.css b/core/css/share.css index 3528402d046..05b6ca3912a 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -74,7 +74,7 @@ font-weight: bold; line-height: 21px; white-space: normal; - max-width: 100%; + width: 100%; } #shareWithList .sharingOptionsGroup { @@ -108,6 +108,7 @@ display: inline-block; overflow: hidden; vertical-align: middle; + flex-grow: 5; } #shareWithList li label{ margin-right: 8px; -- cgit v1.2.3