Fix popover menu alignment in list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
0f08f3cd41
commit
6200ee78f9
|
@ -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 New Issue