Fix clickable area in share permissions menu

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-04-19 17:41:26 -05:00
parent 01c9d00e1d
commit 16b8397765
No known key found for this signature in database
GPG key ID: 9CE5ED29E7FCD38A

View file

@ -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;
}