mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
Somewhat fixes dropdown display issues in the contacts app
This commit is contained in:
parent
14d13a740f
commit
51ddc44b62
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ OC.Share={
|
|||
if (permissions & OC.Share.PERMISSION_SHARE) {
|
||||
shareChecked = 'checked="checked"';
|
||||
}
|
||||
var html = '<li data-share-type="'+shareType+'" data-share-with="'+shareWith+'">';
|
||||
var html = '<li style="clear: both;" data-share-type="'+shareType+'" data-share-with="'+shareWith+'">';
|
||||
html += shareWith;
|
||||
if (possiblePermissions & OC.Share.PERMISSION_CREATE || possiblePermissions & OC.Share.PERMISSION_UPDATE || possiblePermissions & OC.Share.PERMISSION_DELETE) {
|
||||
if (editChecked == '') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue