Skip to content

Commit b7640b0

Browse files
committed
Position arrow by item, not centrally in menu
1 parent 41aad64 commit b7640b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/design/adminhtml/Magento/backend/web/css/source/_actions.less

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -451,11 +451,9 @@ button {
451451
border-width: .4rem 0 .4rem .5rem;
452452
content: '';
453453
height: 0;
454-
margin-top: -.2rem;
455-
position: absolute;
456-
right: 1rem;
457-
top: 50%;
458-
transition: all .2s linear;
454+
position: relative;
455+
right: 1.2rem;
456+
top: 1.4rem;
459457
width: 0;
460458
}
461459
}

0 commit comments

Comments
 (0)