mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #12207 from nextcloud/item-list-popover-fix
Fix popover menu alignment in list
This commit is contained in:
commit
f13c7dda1c
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue