Skip to content

Commit

Permalink
Fix clickable area in share permissions menu
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Apr 19, 2017
1 parent 01c9d00 commit 16b8397
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 16b8397

Please sign in to comment.