Skip to content

Commit

Permalink
Merge pull request #4402 from nextcloud/fix-clickable-area
Browse files Browse the repository at this point in the history
Fix clickable area in share permissions menu
  • Loading branch information
schiessle authored Apr 20, 2017
2 parents a4086a6 + 16b8397 commit 810fb7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/files_sharing/css/sharetabview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 810fb7f

Please sign in to comment.