Fix popover menu alignment in list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-11-02 09:57:11 +01:00
parent 0f08f3cd41
commit 6200ee78f9
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 3 additions and 1 deletions

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