Merge pull request #12207 from nextcloud/item-list-popover-fix

Fix popover menu alignment in list
This commit is contained in:
Morris Jobke 2018-11-02 10:58:30 +01:00 committed by GitHub
commit f13c7dda1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1270,7 +1270,9 @@ $popovericon-size: 16px;
position: relative;
.popovermenu {
margin: 0;
right: -5px;
// action icon have -7px margin
// default popover is normally 5px
right: -2px;
}
}
}