]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix clickable area in share permissions menu 4402/head
authorMorris Jobke <hey@morrisjobke.de>
Wed, 19 Apr 2017 22:41:26 +0000 (17:41 -0500)
committerMorris Jobke <hey@morrisjobke.de>
Wed, 19 Apr 2017 22:41:26 +0000 (17:41 -0500)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/files_sharing/css/sharetabview.scss

index 6fd2b9b31650949926adb0e8fcff012d78294f3a..82f0ffa5822cbef764750f77ea2eae3440e99514 100644 (file)
        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;
 }