From 16b83977651adceedab372722957737b13a0c898 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 19 Apr 2017 17:41:26 -0500 Subject: [PATCH] Fix clickable area in share permissions menu Signed-off-by: Morris Jobke --- apps/files_sharing/css/sharetabview.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index 6fd2b9b316509..82f0ffa5822cb 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -40,6 +40,17 @@ padding: 18px 0 18px 36px; } +/* fix clickable area because in the share tab popover the label is inside the actual menu item*/ +#shareWithList .popovermenu .shareOption { + padding-right: 0 !important; +} +/* fix clickable area because in the share tab popover the label is inside the actual menu item*/ +.shareTabView .popovermenu label { + width: 100%; + display: inline-block; + padding: 0 10px 0 0 !important; +} + .shareTabView label { white-space: nowrap; }